Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T01:52:53.000Z (over 1 year ago)
- Last Synced: 2024-12-15T04:12:06.424Z (19 days 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.
![npm](https://img.shields.io/npm/v/@honeybee-js/react-forms?style=flat-square)
![npm](https://img.shields.io/npm/dt/react-forms?style=flat-square)
![npm bundle size](https://img.shields.io/bundlephobia/min/@honeybee-js/react-forms?style=flat-square)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](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)