Progressive Form
A react form library
Install
npm install @foobarhq/progressive-form
// see /example for the list of available components.
import { Input, Form } from 'progressive-form';
// optionally
import 'progressive-form/dist/bundle.css';
Roadmap
- Unit tests
- Documentation (currently written in /example)