RemotionUI
Scenes

Callout Spotlight

Spotlight overlay for product demos.

Sceneblocks

Install
npx remotion-ui@latest add callout-spotlight

Dim the frame, highlight a target region, and add a readable callout.

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add callout-spotlight

Import after install

@/remotion/scenes/callout-spotlight
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, target, backgroundSrc, 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 { CalloutSpotlight } from "@/remotion/scenes/callout-spotlight";

<CalloutSpotlight title="Click export" target={{ x: 320, y: 180, width: 420, height: 180 }} />

API Reference

PropTypeDescription
title*stringCallout headline.
target*SpotlightTargetHighlighted rectangle.
backgroundSrcstringOptional screenshot or media background.

Related