Compositions
Core Primitives
Transitions
Typography
Customize
1
Installation
$ pnpm dlx shadcn@latest add @framecn/terminal-to-browser-deploy
Usage
import { TerminalToBrowserDeploy } from "@/components/framecn/terminal-to-browser-deploy";<TerminalToBrowserDeploy />API Reference
TerminalToBrowserDeploy
| Prop | Type | Default |
|---|---|---|
siteUrl | string | "https://app.example.com" |
accentColor | string | "#22c55e" |
speed | number | 1 |
fps | number | 30 |
durationInFrames | number | 210 |
className | string | - |
Notes
CLI to browser transition
Terminal animates command execution, blurs, then a browser window springs open from the URL. Perfect for deployment product demos.