Checkout flow
- Account (completed)Account
- 2Details (current)Details
- 3ReviewReview
- 4DoneDone
Pulsing current step
- Account (completed)Account
- 2Details (current)Details
- 3ReviewReview
- 4DoneDone
With icons (pulsing current)
- Profile (completed)Profile
- Verify (current)Verify
- BillingBilling
First step current
- 1Start (current)Start
- 2ConfigureConfigure
- 3FinishFinish
All complete
- Draft (completed)Draft
- Review (completed)Review
- Publish (completed)Publish
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme. |
| steps | Optional | StepperStep[] | — | id, label, status, optional icon (non-complete steps) |
| pulseCurrent | Optional | boolean | false | Soft pulse on the current step circle (respects reduced motion). |
| ariaLabel | Optional | string | Progress | Accessible name for the list. |