Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daiyam/availity-reactstrap-validation-slim
https://github.com/daiyam/availity-reactstrap-validation-slim
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daiyam/availity-reactstrap-validation-slim
- Owner: daiyam
- License: mit
- Created: 2023-03-23T14:54:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T15:09:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T19:23:59.367Z (about 1 month ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
- License: LICENSE
Awesome Lists containing this project
README
# [@daiyam/availity-reactstrap-validation-slim](https://github.com/daiyam/availity-reactstrap-validation-slim)
Easy to use React validation components compatible for reactstrap. (Slim version)
## Installation
Install `@daiyam/availity-reactstrap-validation-slim` via NPM
```sh
npm install --save @daiyam/availity-reactstrap-validation-slim
```If applicable, install a `Promise` polyfill. For example:
```sh
npm install es6-promise --save
```The polyfill can be applied into your web application by using tools like Webpack or Babel.
Import the components you need, example:
```js
import { AvField } from 'availity-reactstrap-validation-slim';
```## 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 run 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 [MIT](LICENSE)