Compositions
Core Primitives
Transitions
Typography
Customize
30
1
Installation
$ pnpm dlx shadcn@latest add @framecn/progress-steps
Usage
import { ProgressSteps } from "@/components/framecn/progress-steps";<ProgressSteps />API Reference
ProgressSteps
| Prop | Type | Default |
|---|---|---|
steps | { label: string }[] | [{ label: "Connect" }, { label: "Process" }, { label: "Deploy" }] |
orientation | "horizontal" | "vertical" | "horizontal" |
activeColor | string | "#22c55e" |
inactiveColor | string | "#27272a" |
background | string | "#0a0a0a" |
textColor | string | "white" |
stepDuration | number | 30 |
speed | number | 1 |
fps | number | 30 |
durationInFrames | number | 150 |
width | number | 1000 |
height | number | 500 |
className | string | - |
Notes
Multi-step pipeline visualization
Steps show as connected dots with a line fill to the current step. Great for wizard or pipeline UI.