Steppers convey progress through numbered steps.

For the steps, pass li elements with data-title and data-label attributes as children

Hierarchy

  • ContourableInterface<this> & LitElement<this>
    • ZetaStepper

Other

  • Returns ZetaStepper

activeStep: number = 0

Current active step.

bar: boolean = true

Show bar separator.

rounded: boolean
variant: "vertical" | "horizontal" = "horizontal"

Stepper direction.

styles: CSSResultGroup[] = ...

rendering

  • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

    Returns TemplateResult<1>