Skip to content

Stepper

Multi-step progress. Supports horizontal / vertical orientation, progress dots, and clickable steps.

Basic usage

  1. Account
    Sign in
  2. 2
    Details
    Personal info
  3. 3
    Confirm
    Review & submit
Example

Vertical

  1. Account
    Sign in
  2. 2
    Details
    Personal info
  3. 3
    Confirm
    Review & submit

Progress dots

  1. Account
    Sign in
  2. 2
    Details
    Personal info
  3. 3
    Confirm
    Review & submit

API

Props

NameTypeDefaultDescription
valuenumber0
steps*Array
hueEpHue"information"
orientationStepperOrientation"horizontal"
stateStepperState"in-progress"
responsivebooleantrue
clickablebooleanfalse
progressDotsbooleanfalse
sizeEpSizeundefined
ariaLabelstring"Progress"

Events

EventPayloadDescription
update:value{"names":["number"]}
change{"names":["number"]}

Released under the MIT License. Built with VitePress.