RemotionUI

End Card

Closing CTA scene with title, button text, and URL.

SceneScenes

end-card30fps · 960×540
Install
$ npx remotion-ui@latest add end-card

Uses scale-in and fade-in for a polished outro.

Agent notes

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

Import
@/remotion/scenes/end-card
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, cta, url, logoSrc, 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 { EndCard } from "@/remotion/scenes/end-card"; <EndCard title="Thanks for watching" cta="Subscribe" url="youtube.com" />

API Reference

PropTypeDescription
title*stringClosing headline.
ctastringCall-to-action label.
urlstringURL shown with the CTA.
logoSrcstringOptional brand mark image (staticFile or URL).

Related