Back to Refine

UseDrawerForm Example | React UI Library in Refine v5

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

3.25.0439 B
Original Source

useModalForm hook allows you to manage a form within a modal as well as a drawer. It provides some useful methods to handle the form modal or form drawer. You can view the live example or review the source code to see how it's used with Mantine.

Refer to the useModalForm hook documentation for more information. →

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