Description
- A step flow wizard represents an end-to-end journey that a user can complete in one go.
- It has a specific start and end point.
- It shows the current step and the total number of steps in the journey.
- Use a step flow to help users complete tasks in a specific order based on user needs.
- Use a step flow for a process or form that has 3 to 8 steps.
- Include a summary as the last step of the flow. See an example of a wizard summary.
Anatomy
Anatomy
Status
In the step flow, each progress indicator uses a clolor to show the status of the step.
- Green shows the step is completed.
- Black shows the step is in progress.
- White shows the step is not completed.
Default
Layout
Page layout
Sidebar
Dialog: modal
Dialog full screen
Examples
Wizard summary example (final step)
Dialog example
Sidebar example
Best practices
- Use a step flow for a complex task with a maximum of 8 fixed steps.
- Include a Previous step button in the footer so the user can return to a previous step to review their data.
- Include a Next step button in the footer.
- The final step should be a summary of the completed steps.
- Make the summary editable, unless there's a technical reason not to.
Dos and don'ts