Navigation
ComponentStepper
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
Account Setup
Enter email credentials
2
Workspace Configuration
Set team namespace
3
Collaborators
Invite core members
2. Checkout Pipeline
blade
Cart
2 items
Shipping
Standard delivery
3
Payment
Credit card
4
Confirm
Review order
Component Props
Available properties and configurations for the stepper component.