1.0.0 • Published 6 years ago

react-render-prop-form-validation v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

react-form-validation

React render prop form component with validation

NPM JavaScript Style Guide

Install

npm install --save react-form-validation

Usage

import React, { Component } from 'react'

import MyComponent from 'react-form-validation'

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

License

MIT © nathantn

1.0.0

6 years ago