Introduction
coderbox-forms
is a collection of REACT components used to build forms.
Installation
npm install @coderbox/forms --save
yarn add @coderbox/forms
Demo
Components List
- [x] Field
- [x] FieldGroup
- [x] Control
- [x] ControlGroup
- [x] Input
- [x] Checkbox
- [x] Dropdown
- [x] DatePick
- [x] DateRange
- [x] Textarea
Build
npm run build