RemotionUI

Comment Callout

Animated viewer comment or Q&A prompt scene.

SceneScenesAdvanced

comment-callout30fps · 960×540
Install
$ npx remotion-ui@latest add comment-callout

Turn 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-ui npm 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

PropTypeDescription
body*stringComment, question, prompt, or testimonial text.
authorstringDisplay name for the comment author.
handlestringSocial handle or secondary author label.
initialsstringAvatar initials.
replyLabelstringOptional response status label.

Related