availity-reactstrap-validation
Version:
Form validation helpers for reactstrap
56 lines (36 loc) • 956 B
Markdown
# availity-reactstrap-validation
Easy to use React validation components compatible for reactstrap.
## Installation
Install `availity-reactstrap-validation` via NPM
```sh
npm install --save availity-reactstrap-validation
```
Import the components you need, example:
```js
import { AvField } from 'availity-reactstrap-validation';
```
## Development
Install dependencies:
```sh
npm install
```
Run examples at [http://localhost:8080/](http://localhost:8080/) with webpack dev server:
```sh
npm start
```
Run tests:
```sh
npm test
```
Run tests & coverage report:
```sh
npm test:coverage
```
Watch tests:
```sh
npm run test:watch
```
## Disclaimer
Open source software components distributed or made available in the Availity Materials are licensed to Company under the terms of the applicable open source license agreements, which may be found in text files included in the Availity Materials.
## License
Copyright (c) 2016 Availity, LLC