A single step inside a UIWizard.
Wrap each piece of wizard content in this component and project it into <ui-wizard>.
<ui-wizard>
<ui-wizard> <ui-wizard-step label="Account">…</ui-wizard-step> <ui-wizard-step label="Profile">…</ui-wizard-step> <ui-wizard-step label="Confirm">…</ui-wizard-step></ui-wizard> Copy
<ui-wizard> <ui-wizard-step label="Account">…</ui-wizard-step> <ui-wizard-step label="Profile">…</ui-wizard-step> <ui-wizard-step label="Confirm">…</ui-wizard-step></ui-wizard>
Readonly
Whether the user can advance past this step. Bind a signal expression to create a validation gate.
true Copy
true
Label shown in the step indicator.
Whether this step is optional (shown as hint text).
A single step inside a UIWizard.
Wrap each piece of wizard content in this component and project it into
<ui-wizard>.Usage