ReadonlyactiveZero-based index of the active step (two-way bindable).
ReadonlyariaAccessible label for the wizard.
ReadonlybackLabel for the Back button.
ReadonlycompleteEmitted when the user clicks Finish on the last step.
ReadonlyfinishLabel for the Finish button (shown on the last step).
ReadonlylinearWhen true, the user must complete steps in order and
cannot click ahead on the step indicator.
ReadonlynextLabel for the Next button.
ReadonlyshowWhether to show the step indicator bar.
ReadonlystepEmitted when the active step changes.
A multi-step workflow shell with a step indicator, navigation buttons, and optional validation gates.
Steps are defined by projecting
<ui-wizard-step>children. The wizard discovers them via content queries and renders only the active step.Basic usage
With validation gates