react-ant-form-validation
v1.0.2
Published
This library is used for binding react form inputs with yup validation
Readme
react-ant-form-validation
This library is used for binding react form inputs with yup validation
Install
npm install --save react-ant-form-validationUsage
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 />
}
}