Skip to content
Components

Stepper

Vertical or horizontal step indicator for multi-step flows. Auto-numbered.

New Evergreen

Vertical

  1. Create account
    Enter your name and email
  2. Verify email
    Check your inbox
  3. Choose plan
    Pro is recommended
  4. Invite team
    Optional

Horizontal

  1. Pick
  2. Pay
  3. Ship

API

| Attribute | Effect | | --- | --- | | .b-stepper | Vertical (default) | | .b-stepper-horizontal | Horizontal layout | | .b-step | Step item | | data-state="done" | Step completed (shows ✓) | | data-state="current" | Active step | | .b-step-title / .b-step-desc | Title and description |

Numbers are auto-generated via CSS counters — no JS or hard-coded indices needed.

Edit this page