Wizard
<ui5-wizard> | Since 1.0.0-rc.10The ui5-wizard helps users to complete a complex task by dividing it into sections and guiding them through it.
It has two main areas - a navigation area at the top showing the step sequence and a content area below it.
Structure
Navigation area
The top most area of the ui5-wizard is occupied by the navigation area.
It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
- Steps can have different visual representations - numbers or icons.
- Steps might have labels for better readability - titleText and subTitleText.
- Steps are defined by using the
ui5-wizard-stepas slotted element within theui5-wizard.
Note: If no selected step is defined, the first step will be auto selected.
Note: If multiple selected steps are defined, the last step will be selected.
Keyboard Handling
The user can navigate using the following keyboard shortcuts:
Wizard Progress Navigation
- [Left] or [Down] - Focus moves backward to the WizardProgressNavAnchors.
- [Up] or [Right] - Focus moves forward to the WizardProgressNavAnchor.
- [Space] / [Enter] or [Return] - Selects an active step
- [Home] or [PAGE UP] - Focus goes to the first step
- [End] or [PAGE DOWN] - Focus goes to the last step