Feature List
Staggered bullet list scene with title.
SceneScenes
feature-list30fps · 960×540
Install
$ npx remotion-ui@latest add feature-listComposes 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-uinpm 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
| Prop | Type | Default | Description |
|---|---|---|---|
| items* | string[] | - | Bullet list items. |
| title | string | - | Section heading. |
| accentColor | string | - | Bullet and accent color. |