Back to Refine

UseForm Example | React UI Library in Refine v5

documentation/docs/examples/form/mantine/useForm.md

3.25.0444 B
Original Source

Refine works integrated with useForm of @mantine/form library. Using this package, you can use all the features provided by Mantine in your Refine project in a compatible way. You can view the live example or review the source code to see how it's used with Mantine.

Refer to the useForm hook documentation for more information. →

<CodeSandboxExample path="form-mantine-use-form" />