Compositions
Core Primitives
Transitions
Typography
Customize
1
Installation
$ pnpm dlx shadcn@latest add @framecn/live-code-compilation
Usage
import { LiveCodeCompilation } from "@/components/framecn/live-code-compilation";<LiveCodeCompilation />API Reference
LiveCodeCompilation
| Prop | Type | Default |
|---|---|---|
accentColor | string | "#3b82f6" |
speed | number | 1 |
fps | number | 30 |
durationInFrames | number | 290 |
width | number | 1280 |
height | number | 900 |
className | string | - |
Notes
Split-screen workflow
Code typing on the left triggers live UI updates on the right. Great for code editor or developer tool demos.