Title Card
Centered title card scene.
SceneScenes
title-card30fps · 960×540
Install
$ npx remotion-ui@latest add title-cardCentered title card scene.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/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
Example
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. |