RemotionUI
Scenes

Timeline Steps

Sequenced process timeline scene.

Sceneblocks

Install
npx remotion-ui@latest add timeline-steps

Show roadmaps, tutorials, and process steps with reserved layout slots.

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add timeline-steps

Import after install

@/remotion/scenes/timeline-steps
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: steps, title, 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 { TimelineSteps } from "@/remotion/scenes/timeline-steps";

<TimelineSteps steps={[{ title: "Record" }, { title: "Render" }]} />

API Reference

PropTypeDescription
steps*TimelineStep[]Up to four process steps.
titlestringTimeline title.

Related