A react component for form inputs validation.
npm install react-inputs-validationA react component for form inputs validation. Online demo examples.

- How to use
- Usage
- Live examples
- Codesandbox examples
- Basic usage examples
- Documentation
- 1.x, 2.x, 3.x
- 4.x
- About intl locales support (Under Common questions)
- Browser support
- Donation
- Contributors
#### By NPM
``sh`
npm install react-inputs-validation --save`js`
import { Textbox, Radiobox, Checkbox, Select, Textarea } from 'react-inputs-validation';
import 'react-inputs-validation/lib/react-inputs-validation.min.css';
##### Make sure you have at least `react@16.8.6` installed.`js`
"peerDependencies": {
"react": ">= 16.8.6",
"react-dom": ">= 16.8.6"
}
#### By CDN (starting from v4.4.1)
`html
...
`
check: false`)
* Example of custom function(when providing `customFunc`)
* Example of custom function further control(when providing `customFunc`)
* Example of custom locales(when providing `window.REACT_INPUTS_VALIDATION['customErrorMessage']`)
* Example of phone and email validation(handled with `customFunc`)
* Example of async checking username existence (Async checking for `` and `` only. Handled with `customFunc`)
* Example of asyncMsgObj (when providing `asyncMsgObj`)
* Example of AREA CODE select (with `react-custom-flag-select`)
* Example of label animation Basic Usage Examples
Online demo exampleDocumentation
$3
4.x
#### About intl locales support (Under
Common questions`)Thanks goes to these wonderful people (emoji key):
Edward Xiao 💻 📖 🚇 ⚠️ 👀 | Frank Bonnet 💻 | Rokas Anisas 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!