https://github.com/samline/react-forms
Implement forms in your React applications using react-hook-form and cleave.js together, easy to use in most of your projects.
https://github.com/samline/react-forms
Last synced: about 1 year ago
JSON representation
Implement forms in your React applications using react-hook-form and cleave.js together, easy to use in most of your projects.
- Host: GitHub
- URL: https://github.com/samline/react-forms
- Owner: samline
- Created: 2023-06-06T18:47:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T01:52:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T11:37:44.615Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-forms
Implement forms in your React applications using [react-hook-form](https://www.react-hook-form.com) and [cleave.js](https://nosir.github.io/cleave.js) together, easy to use in most of your projects.
> If you need more complex implementations remember to visit both libraries in their respective documentation.



[](https://standardjs.com)
## Install
```bash
npm i --save @honeybee-js/react-forms
```
```bash
yarn add @honeybee-js/react-forms
```
## Docs
| Component | Docs | Status |
| ----------- | ---------------------------------------------------------------------------------------- | ------ |
| API | [README.md](https://github.com/samline/react-forms/tree/main/docs/API/README.md) | Stable |
| Form | [README.md](https://github.com/samline/react-forms/tree/main/docs/Form/README.md) | Stable |
| Label | [README.md](https://github.com/samline/react-forms/tree/main/docs/Label/README.md) | Stable |
| Input | [README.md](https://github.com/samline/react-forms/tree/main/docs/Input/README.md) | Stable |
| InputFormat | [README.md](https://github.com/samline/react-forms/tree/main/docs/InputFormat/README.md) | Stable |
| Select | [README.md](https://github.com/samline/react-forms/tree/main/docs/Select/README.md) | Stable |
| Textarea | [README.md](https://github.com/samline/react-forms/tree/main/docs/Textarea/README.md) | Stable |
| Error | [README.md](https://github.com/samline/react-forms/tree/main/docs/Error/README.md) | Stable |
| GlobalError | [README.md](https://github.com/samline/react-forms/tree/main/docs/GlobalError/README.md) | Stable |
## License
MIT © [Samline](https://github.com/samline)