RemotionUI

Callout Spotlight

Spotlight overlay for product demos.

SceneScenes

callout-spotlight30fps · 960×540
Install
$ npx remotion-ui@latest add callout-spotlight

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

Agent notes

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

Import
@/remotion/scenes/callout-spotlight
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, kicker, subtitle, target, 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 { CalloutSpotlight } from "@/remotion/scenes/callout-spotlight"; <CalloutSpotlight kicker="Tutorial" title="Click export" target={{ x: 320, y: 180, width: 420, height: 180 }} />

API Reference

PropTypeDescription
title*stringCallout headline.
kickerstringOptional label above the headline.
subtitlestringSupporting line below the headline.
target*SpotlightTargetHighlighted rectangle; clamped to safe area. Callout flips above target when bottom clearance is low.
backgroundSrcstringOptional screenshot or media background.

Related