README
React Form/Fields Components
Getting Started
Not ready yet.
Documentation
Probably this is the best source.
Contributing
You can start with yarn
or npm install
npm run demo
- Starts development server with HMR and linting.
npm run build
- Builds components.
npm run lint
- Runs linting.
npm run test
- Runs tests.
npm run test:watch
- Starts watch for tests.
npm run gh-pages
- Builds gh-pages application and updates docs.