Back to Refine

UseForm Example | Accessibility in Refine v5

documentation/docs/examples/form/chakra-ui/useForm.md

3.25.0559 B
Original Source

Refine allows you to use all the features of React Hook Form library with @refinedev/react-hook-form adapter. Using this package, you can create your own headless forms and use all the features provided by React Hook Form 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 Chakra UI.

Refer to the useForm hook documentation for more information. →

<CodeSandboxExample path="form-chakra-ui-use-form" />