1.0.2 • Published 4 years ago

react-ant-form-validation v1.0.2

Weekly downloads
21
License
-
Repository
github
Last release
4 years ago

react-ant-form-validation

This library is used for binding react form inputs with yup validation

NPM JavaScript Style Guide

Install

npm install --save react-ant-form-validation

Usage

import React, { Component } from 'react'

import MyComponent from 'react-ant-form-validation'
import 'react-ant-form-validation/dist/index.css'

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

License

© Mohammad-faisal

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago