RemotionUI

Lower Third Scene

Lower thirds, title cards, stat cards, and quote overlays.

Install
$ npx remotion-ui@latest add --recipe lower-third-scene

Usage notes

  • Use LowerThird for speaker or chapter identifiers.
  • Use TitleCard for scene openers.
  • Use StatCard for one numeric proof point.
  • Use QuoteCard or CalloutSpotlight when 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";

On this page