1.0.0 • Published 5 years ago

rs-validation v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

rs-validation

RsValidation is a nifty little package that validates your React State based on a JSON object of rules you provide it.

NPM JavaScript Style Guide

Install

npm install --save rs-validation

Usage

import React, { Component } from 'react'

import MyComponent from 'rs-validation'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © AshkanPM