React form generation using simple components.
Two reasons:
- I want to learn how to use the React Context API.
- Forms are complicated using vanilla React.
Please note: This library is under development and may never actually fully work.
- Textbox
- Password
- Number
- Checkbox for a single field
- Radio button for a single field
- Textarea
- Select box with Options
- Checkbox list for creating an array of values
- Subscopes
- Pristine
- Touched
- Errors
- Validation
- Dirty
- Submits
- Form invalid
- Form dirty
- External error sources