An open API service indexing awesome lists of open source software.

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: 13 days ago
JSON representation

React Hook Form bindings for Mantine components

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
```

### Peer dependencies

This 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` |

## Usage/Examples

Check [example usage](/example/src/App.tsx)

## License

MIT