Stepper

A multi-step progress indicator.

  1. Account
  2. 2 Profile
  3. 3 Done

Vertical

  1. Account details
  2. 2 Company info
  3. 3 Review

With labels

  1. Cart
  2. Shipping
  3. 3 Payment
  4. 4 Confirm

With description

  1. AccountYour login details
  2. 2 ProfileTell us about you
  3. 3 DoneReview and finish

API reference

bui-stepper

Inputs

PropTypeDefaultDescription
valuenumber1The active step as a 1-based index; items at lower values are marked completed.
orientation"horizontal" | "vertical"'horizontal'Layout direction of the steps, horizontal or vertical.

li[buiStepperItem]

Inputs

PropTypeDefaultDescription
stepnumber1This item's 1-based position; compared against the parent's value to derive its state.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.