simple-react-form-validation

1.0.0 • Public • Published

simple-react-form-validation

Simple form validation component for react forms.

NPM JavaScript Style Guide

Install

npm install --save simple-react-form-validation

Usage

import React, { Component } from 'react'
 
import MyComponent from 'simple-react-form-validation'
 
class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © CesarBarros

Readme

Keywords

none

Package Sidebar

Install

npm i simple-react-form-validation

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

14.1 kB

Total Files

6

Last publish

Collaborators

  • cesarbarros