RemotionUI

Dashboard Populate

Dashboard Populate for Remotion.

CompositionCompositionsAdvanced

dashboard-populate30fps · 960×540
Install
$ npx remotion-ui@latest add dashboard-populate

Dashboard Populate.

1920×1080 metric ticker then animated bar chart, fading between beats.

Agent notes

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

Import
@/compositions/dashboard-populate
  • Use when: complete video templates that can be customized as source.
  • Customize: metrics, barData, metricsTitle, chartTitle, 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 { DashboardPopulate } from "@/compositions/dashboard-populate"; <DashboardPopulate metrics={metrics} barData={barData} />

API Reference

PropTypeDescription
metricsMetricTickerItem[]Metric cards shown in the opening ticker beat.
barDataChartDatum[]Bars charted in the closing beat.
metricsTitlestringTitle over the metric ticker beat.
chartTitlestringTitle over the bar chart beat.
backgroundColorstringScene background color.

Related