v0.29.2
The Stepper
component is used to display a set number of steps. Useful for guiding a user through a multi-step operation.
Connect your Account
Configure your Settings
Sync your Products
Edit the code below to see your changes live!
Prop Name | Type | Default | Description |
---|---|---|---|
steps * | string[] |
| Titles for each segment of the Stepper. |
currentStep * | number |
| Sets which step is currently active. Starts at 0. |
Props ending with * are required