use-formz
v1.0.0
Published
A simple React hook to handle form
Downloads
1
Readme
react-useform
A simple React hook to handle form
Install
npm install --save react-useform
Usage
import React, { Component } from 'react'
import MyComponent from 'react-useform'
import 'react-useform/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © bbernag