Wizard

v.2.4

Overview

A wizard is a setup process where the user is guided through a series of steps to achieve a goal. The purpose of the pattern is to simplify tasks by cutting them into smaller ones. Wizards help a user to view the process upfront wherein, the required information can be filled. It is easy to navigate between the steps which helps the user to complete lengthy forms in less time.


Anatomy

Visual Style

Dimensions


Digital Accessibility

Keyboard Behavior

KEYFUNCTION
TABTakes user to the next interactive element in the tab order
SHIFT+TABTakes user to the previous interactive element in the tab order
ARROW UP/DOWNMoves up and down between elements
ARROW LEFT/RIGHTMoves up and down between elements
ENT/RET or SPCSelects a Radio Button

References

View Code on Storybook