@coderbox/forms
v2.0.7
Published
A collection of React components used to build forms.
Downloads
103
Readme

Introduction
coderbox-forms is a collection of REACT components used to build forms.
Installation
npm install @coderbox/forms --saveyarn add @coderbox/formsDemo
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