RemotionUI

Metric Ticker

Animated KPI metric cards.

SceneData & mediaAdvanced

metric-ticker30fps · 960×540
Install
$ npx remotion-ui@latest add metric-ticker

Compact metric cards for performance recaps and launch videos.

Agent notes

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

Import
@/remotion/scenes/metric-ticker
  • Use when: data stories, metrics, charts, and numeric proof points.
  • Customize: metrics, 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

Example
import { MetricTicker } from "@/remotion/scenes/metric-ticker"; <MetricTicker metrics={[{ label: "Views", value: 120000, delta: "+32%" }]} />

API Reference

PropTypeDescription
metrics*MetricTickerItem[]Up to three metric cards.
titlestringScene title.

Related