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.
- https://aranlucas.github.io/react-hook-form-mantine
- https://codesandbox.io/s/react-hook-mantine-krflqj?file=/src/App.tsx
npm install react-hook-form-mantine react-hook-form @mantine/core @mantine/dates dayjsThis package requires the following peer dependencies:
| Package | Version |
|---|---|
@mantine/core |
^9.0.0 |
@mantine/dates |
^9.0.0 |
react |
^19.0.0 |
react-dom |
^19.0.0 |
react-hook-form |
^7.43 |
Check example usage
MIT