Scenes
Feature List
Staggered bullet list scene with title.
Sceneblocks
Install
npx remotion-ui@latest add feature-listComposes stagger-children, slide-left, and fade-in for a responsive feature list.
Live preview
Installs `stagger-children`, `slide-left`, and `fade-in`.
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add feature-listImport after install
@/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
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. |