RemotionUI

Feature List

Staggered bullet list scene with title.

SceneScenes

feature-list30fps · 960×540
Install
$ npx remotion-ui@latest add feature-list

Composes staggered list motion with an optional section title. No decorative separators.

Self-contained scene. Uses layout and motion-tokens helpers only.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/feature-list
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: items, title, accentColor, 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

Example
import { FeatureList } from "@/remotion/scenes/feature-list"; <FeatureList title="Why RemotionUI" items={["Own your components", "Live previews", "CLI workflow"]} />

API Reference

PropTypeDescription
items*string[]Bullet list items.
titlestringSection heading.
accentColorstringBullet and accent color.

Related