Scenes
Title Card
Centered title card scene.
Sceneblocks
Install
npx remotion-ui@latest add title-cardCentered title card scene.
Live preview
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add title-cardImport after install
@/remotion/scenes/title-card- Use when: full-frame scenes, overlays, cards, and reusable video sections.
- Customize: title, subtitle, accentColor, backgroundColor, 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 { TitleCard } from "@/remotion/scenes/title-card";
<TitleCard title="Launch Week" subtitle="Day 1" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Main heading. |
| subtitle | string | — | Supporting line. |
| accentColor | string | — | Accent elements. |
| backgroundColor | string | — | Scene background. |