Lower Third Scene
Lower thirds, title cards, stat cards, and quote overlays.
Install
$ npx remotion-ui@latest add --recipe lower-third-sceneUsage notes
- Use
LowerThirdfor speaker or chapter identifiers. - Use
TitleCardfor scene openers. - Use
StatCardfor one numeric proof point. - Use
QuoteCardorCalloutSpotlightwhen text is the focal point. - Reserve layout slots; do not manually stack readable text with arbitrary absolute positioning.
- Import installed components from local source paths, not from
remotion-ui.
Agent notes
- Prefer this recipe when the user wants speaker labels, title cards, or quote overlays.
Typical imports
Imports
import { LowerThird } from "@/remotion/scenes/lower-third";
import { TitleCard } from "@/remotion/scenes/title-card";
import { StatCard } from "@/remotion/scenes/stat-card";