Docs
Stepper
Stepper
A component that displays progress through steps.
Installation
pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/stepper.json"
Usage
import { Stepper } from "<path-to-ui-components>/stepper";<Stepper currentStep={1} numberOfSteps={5} />Props
| Name | Type | Description |
|---|---|---|
| currentStep | number | Current step. |
| numberOfSteps | number | Total number of steps. |