Compositions
Showcase
Full demo reel chaining scenes with TransitionSeries fades.
Compositionreels
Install
npx remotion-ui@latest add showcaseChains title-card → feature-list → stat-card → end-card with fade transitions. Adds a Showcase composition to your Root.tsx on install.
Live preview
Demo reel using TransitionSeries across multiple scenes.
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add showcaseImport after install
@/compositions/showcase- Use when: complete video templates that can be customized as source.
- Customize: title, subtitle, 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 { Showcase } from "@/remotion/compositions/showcase";
<Showcase title="Demo Reel" subtitle="Transitions & scenes" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Opening title. |
| subtitle | string | — | Opening subtitle. |