react-form-inc

2.3.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-form-inc

Weekly Downloads

0

Version

2.3.0

License

MIT

Last publish

Collaborators

  • niradler55