@somq14/use-form
v0.0.19
Published
React hook `useForm` make it easy to manage form state, validate field values and convert them to arbitrary types you like. It is based on [Controlled Component](https://reactjs.org/docs/forms.html#controlled-components).
Downloads
5
Readme
@somq14/use-form
React hook useForm
make it easy to manage form state, validate field values and convert them to arbitrary types you like.
It is based on Controlled Component.
Installation
# with npm
npm install @somq14/use-form
# with yarn
yarn add @somq14/use-form
Example
see example project.