Back to Refine

UseModalForm Example | Best Practices in Refine v5

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

3.25.0272 B
Original Source

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

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