RemotionUI
Compositions

Intro

5-second branded intro composition.

Compositionreels

Install
npx remotion-ui@latest add intro

Registers a <Composition> in your Root.tsx automatically.

Live preview
Full intro sequence with staggered title, subtitle, and progress bar.

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add intro

Import after install

@/compositions/intro
  • 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 { Intro } from "@/remotion/compositions/intro";

<Intro title="My Product" subtitle="Launch video" />

API Reference

PropTypeDescription
titlestringMain title.
subtitlestringTagline under the title.

Related