Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyhu92/react-bootstrap4-form-validation
Simple React Components for form validation. Based on HTML5 Constraint validation API and Bootstrap4 style.
https://github.com/andyhu92/react-bootstrap4-form-validation
bootstrap4 form-validation html5-validation react-components
Last synced: about 1 month ago
JSON representation
Simple React Components for form validation. Based on HTML5 Constraint validation API and Bootstrap4 style.
- Host: GitHub
- URL: https://github.com/andyhu92/react-bootstrap4-form-validation
- Owner: andyhu92
- License: mit
- Created: 2018-05-22T21:30:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T03:13:25.000Z (about 6 years ago)
- Last Synced: 2024-10-04T12:21:48.050Z (about 1 month ago)
- Topics: bootstrap4, form-validation, html5-validation, react-components
- Language: JavaScript
- Homepage: https://andyhu92.github.io/react-bootstrap4-form-validation/
- Size: 609 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Bootstrap4 Form Validation
![sheild](https://img.shields.io/github/issues/andyhu92/react-bootstrap4-form-validation.svg)
![sheild](https://img.shields.io/github/license/andyhu92/react-bootstrap4-form-validation.svg)React components for [HTML5 Constraint validation API](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation) and [Bootstrap4](http://getbootstrap.com/) form components.
If you happen to use React, Bootstrap4 and want to add some validation to your form without too much effort, this is just for you :D
(**IE < 11 not supported**)## Install
`npm install react-bootstrap4-form-validation --save`
## Develop
`git clone https://github.com/andyhu92/react-bootstrap4-form-validation.git`
`npm install`
`npm start`
## Test
`npm run test`
## Demo & Documentation
https://andyhu92.github.io/react-bootstrap4-form-validation/#/
## Licence
MIT