@form-it/react-factory
v0.0.5
Published
Form it React Component factory with ui layout
Downloads
51
Maintainers
Readme
@form-it/react-factory
Form it React Component factory with ui layout
Installation
npm install @form-it/react-factory
# or use yarn
yarn add @form-it/react-factory
Usage
import reactFactory from '@form-it/react-factory'
Contributing
- Fork it!
- Create your new branch:
git checkout -b feature-new
orgit checkout -b fix-which-bug
- Start your magic work now
- Make sure npm test passes
- Commit your changes:
git commit -am 'feat: some description (close #123)'
orgit commit -am 'fix: some description (fix #123)'
- Push to the branch:
git push
- Submit a pull request :)
Authors
This library is written and maintained by imcuttle.
License
MIT - imcuttle