Stepper
Steppers let a user know what their current position is in a series of steps.
Usage
- Use a Stepper as a guidance for users where they need to take multiple steps in order to complete a task e.g. registrations, check-outs, etc.
- A Stepper should’ve three steps or more, but if a specific proces needs more than 5 steps, consider simplifying the process.
Anatomy
A. Completed
The completed step is indicated with a checkmark instead of the number.
B. Active
Shows the current step the user is on.
C. Uncompleted
The step that the user did not complete. Is also shown when a user completed this step and goes back to previous steps.
D. Label
The text label associated with the step.