Stepper — Playground

px
DetailsProject basics 2 TeamInvite collaborators 3 ReviewConfirm settings
orientation
size
State
html.html
<kui-stepper [(currentIndex)]="currentIndex">
  <kui-step label="Details" description="Project basics" />
  <kui-step label="Team" description="Invite collaborators" />
  <kui-step label="Review" description="Confirm settings" />
</kui-stepper>
NameTypeDefaultDescription
[(currentIndex)]number0Zero-based active step index.
orientation'horizontal' | 'vertical''horizontal'Step list layout direction.
size'sm' | 'md' | 'lg''md'Circle size and label scale.
linearbooleantruePrevents jumping forward to upcoming steps when true.
compactbooleanfalseShows step circles without labels or descriptions.
kui-step.labelstring''Primary step label.
kui-step.descriptionstring''Optional secondary line below the label.
kui-step.hasErrorbooleanfalseMarks the step as errored and disables later steps.
kui-step.disabledbooleanfalseForces a step to render disabled.

Inputs verified against @kikita-labs/ui v1.6.1 public typings.