Skip to main content
👀 Interested in the latest enterprise backend features of refine? 👉 Join now and get early access!
Version: 4.xx.xx

useStepsForm

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. →

Run on your local
npm create refine-app@latest -- --example form-mantine-use-steps-form
Last updated on Jul 25, 2023 by Yıldıray Ünlü