2.6.1-d14 • Published 4 years ago
@daiyam/availity-reactstrap-validation v2.6.1-d14
@daiyam/availity-reactstrap-validation
Easy to use React validation components compatible for reactstrap.
Installation
Install @daiyam/availity-reactstrap-validation via NPM
npm install --save @daiyam/availity-reactstrap-validationIf applicable, install a Promise polyfill. For example:
npm install es6-promise --saveThe polyfill can be applied into your web application by using tools like Webpack or Babel.
Import the components you need, example:
import { AvField } from 'availity-reactstrap-validation';Development
Install dependencies:
npm installRun examples at http://localhost:8080/ with Webpack dev server:
npm startRun tests:
npm testRun tests & coverage report:
npm run test:coverageWatch tests:
npm run test:watchDisclaimer
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.