Command Palette

Search for a command to run...

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

NameTypeDescription
currentStepnumberCurrent step.
numberOfStepsnumberTotal number of steps.