All Projects → Availity → Availity Reactstrap Validation

Availity / Availity Reactstrap Validation

Licence: mit
Easy to use React validation components compatible for reactstrap.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Availity Reactstrap Validation

React Forms
React library for rendering forms.
Stars: ✭ 111 (-36.93%)
Mutual labels:  hacktoberfest, form-validation
Yaaf
Easing the form object pattern in Rails applications
Stars: ✭ 161 (-8.52%)
Mutual labels:  hacktoberfest, form-validation
Sveltejs Forms
Declarative forms for Svelte
Stars: ✭ 163 (-7.39%)
Mutual labels:  hacktoberfest, form-validation
Rails api base
API boilerplate project for Ruby On Rails 6
Stars: ✭ 172 (-2.27%)
Mutual labels:  hacktoberfest
Awesome Umbraco
A curated list of awesome Umbraco packages, resources and tools
Stars: ✭ 173 (-1.7%)
Mutual labels:  hacktoberfest
Pact Ruby
Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Stars: ✭ 2,075 (+1078.98%)
Mutual labels:  hacktoberfest
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (+0%)
Mutual labels:  hacktoberfest
Telephant
A lightweight but modern Mastodon client for the desktop
Stars: ✭ 174 (-1.14%)
Mutual labels:  hacktoberfest
Validetta
A tiny jquery plugin for validate forms
Stars: ✭ 175 (-0.57%)
Mutual labels:  form-validation
Operators
Collection of Kubernetes Operators built with KUDO.
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
Go Reddit
Go library for accessing the Reddit API.
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
Stock Logistics Warehouse
Odoo Warehouse Management Addons
Stars: ✭ 173 (-1.7%)
Mutual labels:  hacktoberfest
Image
Encoding and decoding images in Rust
Stars: ✭ 2,534 (+1339.77%)
Mutual labels:  hacktoberfest
Auth0 Java
Java client library for the Auth0 platform
Stars: ✭ 174 (-1.14%)
Mutual labels:  hacktoberfest
Gatsby Wordpress Themes
🎨 Gatsby WordPress Theme
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
Blinkpy
A Python library for the Blink Camera system
Stars: ✭ 174 (-1.14%)
Mutual labels:  hacktoberfest
Gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
Stars: ✭ 2,299 (+1206.25%)
Mutual labels:  hacktoberfest
Video trimmer
Flutter video trimmer package
Stars: ✭ 173 (-1.7%)
Mutual labels:  hacktoberfest
K8spin Operator
K8Spin multi-tenant operator - OSS
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
Ros2 documentation
ROS 2 docs repository
Stars: ✭ 172 (-2.27%)
Mutual labels:  hacktoberfest

Build Status Coverage Status

availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.

Installation

Install availity-reactstrap-validation and reactstrap via NPM

npm install --save availity-reactstrap-validation reactstrap

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 run 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 MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].