@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    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-step label="Account"></ui-wizard-step>
    <ui-wizard-step label="Profile"></ui-wizard-step>
    <ui-wizard-step label="Confirm"></ui-wizard-step>
    </ui-wizard>
    Index

    Constructors

    Properties

    Constructors

    Properties

    canAdvance: InputSignal<boolean> = ...

    Whether the user can advance past this step. Bind a signal expression to create a validation gate.

    true
    
    label: InputSignal<string> = ...

    Label shown in the step indicator.

    optional: InputSignal<boolean> = ...

    Whether this step is optional (shown as hint text).