For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Progress Steps

Multi-step pipeline visualization with line fill and pulsing dots.

Customize
30
1

Installation

$ pnpm dlx shadcn@latest add @framecn/progress-steps

Usage

import { ProgressSteps } from "@/components/framecn/progress-steps";
<ProgressSteps />

API Reference

ProgressSteps

PropTypeDefault
steps{ label: string }[][{ label: "Connect" }, { label: "Process" }, { label: "Deploy" }]
orientation"horizontal" | "vertical""horizontal"
activeColorstring"#22c55e"
inactiveColorstring"#27272a"
backgroundstring"#0a0a0a"
textColorstring"white"
stepDurationnumber30
speednumber1
fpsnumber30
durationInFramesnumber150
widthnumber1000
heightnumber500
classNamestring-

Notes