Comment Callout
Animated viewer comment or Q&A prompt scene.
SceneScenesAdvanced
comment-callout30fps · 960×540
Install
$ npx remotion-ui@latest add comment-calloutTurn comments, questions, testimonials, or prompts into a focused creator scene.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/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
Example
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. |