Manage your form through a small structure for capturing and validating form data.
- Getting started
- Recipes: Schema Builder
- Recipes: Factory for validations
- Recipes: useFormFlowItem
- Recipes/Elements: Input Field
- Recipes/Elements: Checkbox Field
- Recipes/Elements: Dropdown Field
- Recipes/Elements: Radio Field
- Code Sandbox
- Changes must be approved;
- Changes must have tests passing on github actions;
- Changes must have coverage of 95% on github actions for: statements, branches, functions and lines;
- Last commit message must have attribute
[release] [major|minor|patch]
;
- node:
^14.16.0
- yarn (version may be check at
package.json
)
"mutation-helper": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.4"
Installing with npm
npm install react-form-flow
Installing with yarn
yarn add react-form-flow