Back to Refine

UseStepsForm Example | React UI Library in Refine v5

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

3.25.0483 B
Original Source

useStepsForm allows you to manage a form with multiple steps. It provides features such as which step is currently active, the ability to go to a specific step and validation when changing steps etc. You can view the live example or review the source code to see how it's used with Mantine.

Refer to the useStepsForm hook documentation for more information. →

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