RemotionUI
Compositions

Tutorial Clip

Tutorial composition for demos and explainers.

CompositionreelsAdvanced

Install
npx remotion-ui@latest add tutorial-clip

Full tutorial template: hook, demo frame, spotlight, code reveal, and CTA.

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add tutorial-clip

Import after install

@/compositions/tutorial-clip
  • Use when: complete video templates that can be customized as source.
  • Customize: mediaSrc, title, code, 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 { TutorialClip } from "@/compositions/tutorial-clip";

<TutorialClip mediaSrc={staticFile("demo.png")} />

API Reference

PropTypeDescription
mediaSrc*stringScreenshot or video source.
titlestringOpening hook title.
codestringCode reveal content.

Related