Skip to content

daniloster/react-form-flow

Repository files navigation

react-form-flow

Manage your form through a small structure for capturing and validating form data.

NPM NPM Build Status minizipped size

Documentation

Contributions rules

  • 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];

Current core dependencies versions

  • node: ^14.16.0
  • yarn (version may be check at package.json)

Peer dependencies

"mutation-helper": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.4"

Consuming

Installing with npm

npm install react-form-flow

Installing with yarn

yarn add react-form-flow