RemotionUI
Scenes

Caption Bumper

Large quote or caption emphasis scene.

SceneblocksAdvanced

Install
npx remotion-ui@latest add caption-bumper

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

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add caption-bumper

Import after install

@/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

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.

Related