Captions
Compositions
Core Primitives
Transitions
Typography
- Blur Reveal
- Staggered Fade Up
- Masked Slide Reveal
- Tracking In
- Inline Highlight
- Marker Highlight
- Shimmer Sweep
- Typewriter
- Text Fade Replace
- Slot Machine Roll
- Infinite Marquee
- Perspective Marquee
- Matrix Decode
- RGB Glitch Text
- Strikethrough Replace
- Blur Out Up
- Bottom Up Letters
- Top Down Letters
- Per Character Rise
- Soft Blur In
- Micro Scale Fade
- Scale Down Fade
- Focus Blur Resolve
- Spring Scale In
- Line by Line Slide
- Mask Reveal Up
- Short Slide Right
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.