Imagine ArtImagine Art

A multi-step progress indicator showing completed, active, and upcoming steps.

Navigation

Import

import { Stepper } from "@/components/ui"

API

PropTypeDefaultDescription
stepsStepItem[]Array of { label, description? } step definitions.
activeStepnumber0Zero-indexed active step.
orientation"vertical" | "horizontal""vertical"Layout direction.

Examples