Scenes
Stat Card
Big animated number with label.
Sceneblocks
Install
npx remotion-ui@latest add stat-cardUses spring-in and counter for a stat highlight moment.
Live preview
Installs `counter` and `fade-in`.
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add stat-cardImport after install
@/remotion/scenes/stat-card- Use when: full-frame scenes, overlays, cards, and reusable video sections.
- Customize: value, label, suffix, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
import { StatCard } from "@/remotion/scenes/stat-card";
<StatCard value={98} label="Satisfaction" suffix="%" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value* | number | — | Number to count up to. |
| label* | string | — | Metric label. |
| suffix | string | — | Appended to the value. |