RemotionUI
Scenes

Comment Callout

Animated viewer comment or Q&A prompt scene.

SceneblocksAdvanced

Install
npx remotion-ui@latest add comment-callout

Turn comments, questions, testimonials, or prompts into a focused creator scene.

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add comment-callout

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

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