RemotionUI
Compositions

Showcase

Full demo reel chaining scenes with TransitionSeries fades.

Compositionreels

Install
npx remotion-ui@latest add showcase

Chains title-cardfeature-liststat-cardend-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.

AI guide

Install

npx remotion-ui@latest add showcase

Import 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-ui npm package; it is copied into your project.

Usage

import { Showcase } from "@/remotion/compositions/showcase";

<Showcase title="Demo Reel" subtitle="Transitions & scenes" />

API Reference

PropTypeDescription
titlestringOpening title.
subtitlestringOpening subtitle.

Related