RemotionUI

Lower Third

A name plate that wipes on, holds, and retreats the way it came.

SceneScenes

lower-third30fps · 960×540
Install
$ npx remotion-ui@latest add lower-third

The plate wipes out from the frame edge, the name rises out of its own mask, the role and badge settle — and with holdSeconds set it retreats the same way instead of being left standing for the rest of the cut.

align picks the edge it comes from. Overlay it on footage with an AbsoluteFill; it renders nothing but the plate.

Transparent overlay scene designed to sit over footage.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/lower-third
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, subtitle, badge, align, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { LowerThird } from "@/remotion/scenes/lower-third"; <LowerThird title="Jane Doe" subtitle="Product Designer" accentColor="#f97316" align="left" />

API Reference

PropTypeDescription
title*stringPrimary line.
subtitlestringSecondary line.
badgestringSmall tag on the plate — LIVE, EP 12, the segment.
align"left" | "right"Edge the plate wipes out from.
holdSecondsnumberSeconds before the plate retreats. Omit to leave it on screen.
accentColorstringBadge colour.
backgroundColorstringOverrides the plate background.
theme"dark" | "light"Surface palette.
speednumberAnimation speed multiplier.

Related