End Card
Closing CTA scene with title, button text, and URL.
SceneScenes
end-card30fps · 960×540
Install
$ npx remotion-ui@latest add end-cardUses 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-uinpm 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
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | - | Closing headline. |
| cta | string | - | Call-to-action label. |
| url | string | - | URL shown with the CTA. |
| logoSrc | string | - | Optional brand mark image (staticFile or URL). |