/react-use-form-validation

Use form validation

Primary LanguageTypeScript

@jmfirth/react-use-form-validation

Generic form validation hook for React.

NPM

Install

npm install --save @jmfirth/react-use-form-validation

Usage

See the demo LoginForm for a usage example.

Development

Install dependencies:

$ yarn install
$ cd example && yarn install && cd ..

Run the development environment:

$ yarn start

License

MIT © Justin Firth