2.3.0 • Published 6 years ago

react-form-inc v2.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

  1. npm i react-form-inc --save or yarn add react-form-inc
  2. import {Form,Input} from 'react-form-inc';

Notes

  1. you can override function like onSubmit, by passing it by props, to add use OnSubmit.

Exmaple

please see example folder

Demo

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago