Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

availity-reactstrap-validation

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

availity-reactstrap-validation

Form validation helpers for reactstrap

  • 2.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.2K
decreased by-1.82%
Maintainers
6
Weekly downloads
 
Created
Source

Build Status Coverage Status

availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.

Installation

Install availity-reactstrap-validation via NPM

npm install --save availity-reactstrap-validation

If applicable, install a Promise polyfill. For example:

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:

import { AvField } from 'availity-reactstrap-validation';

Development

Install dependencies:

npm install

Run examples at http://localhost:8080/ with Webpack dev server:

npm start

Run tests:

npm test

Run tests & coverage report:

npm test:coverage

Watch tests:

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

Keywords

FAQs

Package last updated on 27 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc