Scenes
Comment Callout
Animated viewer comment or Q&A prompt scene.
SceneblocksAdvanced
Install
npx remotion-ui@latest add comment-calloutTurn comments, questions, testimonials, or prompts into a focused creator scene.
Live preview
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add comment-calloutImport after install
@/remotion/scenes/comment-callout- Use when: full-frame scenes, overlays, cards, and reusable video sections.
- Customize: body, author, handle, initials, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
import { CommentCallout } from "@/remotion/scenes/comment-callout";
<CommentCallout
author="Mina Lee"
handle="@minamakes"
body="Can you turn this into a quick video breakdown?"
/>API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| body* | string | — | Comment, question, prompt, or testimonial text. |
| author | string | — | Display name for the comment author. |
| handle | string | — | Social handle or secondary author label. |
| initials | string | — | Avatar initials. |
| replyLabel | string | — | Optional response status label. |