@piyush_prashant/form_hooks_validation
v1.0.0
Published
Made with create-react-library
Downloads
2
Readme
formhooks
Made with create-react-library
Install
npm install --save formhooks
Usage
import React, { Component } from 'react'
import MyComponent from 'formhooks'
import 'formhooks/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © piyushprashant93