React hook form wrapper for Mantine components
npm install react-hook-form-mantineReact-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.
-
-
``bash``
npm install react-hook-form-mantine react-hook-form @mantine/core @mantine/dates dayjs
Check example usage
MIT