This package has been deprecated

Author message:

rename package name

react-form-master

0.0.1-beta • Public • Published

react-form-master

React form validator, validation based on props.

Preview

Code

<Input 
  label='Your email'
  required={true}
  type='email'
  name='email'
  max={20}
  min={5}
  placeholder='please input your email'
  changeState={(obj) => this.setState(obj)}
  value={this.state.email}
  validation={this.state.email_validation || {}}
/>

View

preview of form-validator

Feature

  • validation based on props
  • 100% customizable css
  • support standar http attributes

Available at NPM

Id More React Form Validator at NPM

Instalation

npm install idmore-react-form-validator

Documentations

Please follow this link

Contributions

Progress

trello https://trello.com/b/sD2C5Gh3

github

  • If find some bug / request new features, just created new issues in github issues link
  • If you are a developer, let's develop this module together, this module is open source licensed. Let fork and solve the problem

Development

dev builder We are using prepack, read more Prepack Build and watch source change

npm run dev:watch

or just to build

npm run dev:build

Production

Build and release new version to NPM

npm publish

or just to build

npm run prod:build

Package Sidebar

Install

npm i react-form-master

Weekly Downloads

4

Version

0.0.1-beta

License

MIT

Last publish

Collaborators

  • yussan