[work in progress] react-form-master
Generate and validate React from 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
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