https://github.com/aranlucas/react-hook-form-mantine
React Hook Form bindings for Mantine components
https://github.com/aranlucas/react-hook-form-mantine
mantine react react-hook-form
Last synced: 8 months ago
JSON representation
React Hook Form bindings for Mantine components
- Host: GitHub
- URL: https://github.com/aranlucas/react-hook-form-mantine
- Owner: aranlucas
- Created: 2023-03-04T15:48:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T16:56:38.000Z (over 2 years ago)
- Last Synced: 2025-09-24T00:57:33.581Z (8 months ago)
- Topics: mantine, react, react-hook-form
- Language: TypeScript
- Homepage: https://aranlucas.github.io/react-hook-form-mantine/
- Size: 2.45 MB
- Stars: 98
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Hook-Form-Mantine
React-Hook-Form-Mantine is a library that simplifies the integration of Mantine components with React Hook Form. By adding a "name" prop to Mantine components, the library seamlessly connects them to the corresponding form field.
## Demo
-
-
## Getting Started
```bash
npm install react-hook-form-mantine react-hook-form @mantine/core @mantine/dates dayjs
```
## Usage/Examples
Check [example usage](/example/src/App.tsx)
## License
MIT