Scenes
End Card
Closing CTA scene with title, button text, and URL.
Sceneblocks
Install
npx remotion-ui@latest add end-cardUses scale-in and fade-in for a polished outro.
Live preview
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add end-cardImport 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-uinpm 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
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Closing headline. |
| cta | string | — | Call-to-action label. |
| url | string | — | URL shown with the CTA. |