RemotionUI
Scenes

End Card

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

Sceneblocks

Install
npx remotion-ui@latest add end-card

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

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add end-card

Import after install

@/remotion/scenes/end-card
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, cta, url, 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 { 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.

Related