RemotionUI

Caption Bumper

Large quote or caption emphasis scene.

SceneScenesAdvanced

caption-bumper30fps · 960×540
Install
$ npx remotion-ui@latest add caption-bumper

Use between sections when a spoken line deserves its own moment.

Agent notes

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

Import
@/remotion/scenes/caption-bumper
  • Use when: captioned videos, social clips, and synced text scenes.
  • Customize: text, eyebrow, 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 { CaptionBumper } from "@/remotion/scenes/caption-bumper"; <CaptionBumper text="This is the key moment." />

API Reference

PropTypeDescription
text*stringLarge quote or caption text.
eyebrowstringSmall label above the text (sentence case).

Related