Back to Refine

UseStepsForm Example | Best Practices in Refine v5

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

3.25.0564 B
Original Source

The useStepsForm hook is a method that allows you to split your form into multiple sections using an Ant Design Steps component, which can be used to manage your form. If your form contains multiple steps, as in the example below, it's pretty simple to manage and handle your Steps form using the Refine useStepsForm hook.

Refer to the Refine useStepsForm hook documentation for more information. →

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