@abw/badger-form v1.1.4
badger-form
This is a React form library built on the styles provided by badger-css.
It is a work in progress. Use at your own risk.
Getting Started
Add the @abw/badger-form module to your project using your favourite
package manager.
## using npm
$ npm add @abw/badger-form
## using yarn
$ yarn add @abw/badger-form
## using pnpm
$ pnpm add @abw/badger-formYou can then import the modules and start using them.
import { Form, Field, Submit } from '@abw/badger-form'Documentation
Documentation and examples can be found at https://abw.github.io/badger-form/
Please be warned that this is a work in progress.
Notes for Maintainers
Check out the repository.
$ git clone https://github.com/abw/badger-form.git
$ cd badger-formInstall the dependencies.
$ pnpm installTo run the development server.
$ pnpm devTo run the tests.
$ pnpm testTo build everything (library, CSS and documentation) for production.
$ pnpm buildTo build the library only.
$ pnpm build:libTo build the CSS only.
$ pnpm build:cssTo build the documentation only.
$ pnpm build:docsTo preview the documentation.
$ pnpm previewCheck source code for formatting errors.
$ pnpm lintAuthor
Andy Wardley
8 months ago
11 months ago
8 months ago
9 months ago
8 months ago
9 months ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago