react-form-inc
v2.3.0
Published
react form components
Downloads
5
Readme
React Form Inc
npm module to handle Form and Input in React.
Motivation
Creating form in react often include the same schema of function, Actually in react you kind of working harder then angular, for example, you need to handle field update yourself.
usage
- npm i react-form-inc --save or yarn add react-form-inc
- import {Form,Input} from 'react-form-inc';
Notes
- you can override function like onSubmit, by passing it by props, to add use OnSubmit.
Exmaple
please see example folder