Navigation

Component

Stepper

Step by step progress workflow indicator for multi stage forms, onboarding wizards, or checkout pipelines.

Component Syntax

blade
<x-aura::stepper :active="$currentStep">
    <x-aura::stepper.step :step="1" title="Account" description="Enter email" status="completed" />
    <x-aura::stepper.step :step="2" title="Workspace" description="Configure team" status="active" />
</x-aura::stepper>

1. Interactive Setup Wizard

blade
2
3

2. Checkout Pipeline

blade
3
4

Component Props

Available properties and configurations for the stepper component.

Prop Default Available Values

active (stepper)

1

Positive integer

status (step)

pending
pending active completed