RemotionUI
Signals

Metric Ticker

Animated KPI metric cards.

ScenesignalsAdvanced

Install
npx remotion-ui@latest add metric-ticker

Compact metric cards for performance recaps and launch videos.

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add metric-ticker

Import after install

@/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

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