RemotionUI

Data Flow Pipes

Data Flow Pipes for Remotion.

SceneScenesAdvanced

data-flow-pipes30fps · 960×540
Install
$ npx remotion-ui@latest add data-flow-pipes

Data Flow Pipes.

Agent notes

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

Import
@/remotion/scenes/data-flow-pipes
  • Use when: data stories, metrics, charts, and numeric proof points.
  • Customize: nodes, edges, 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 { DataFlowPipes } from "@/remotion/scenes/data-flow-pipes"; <DataFlowPipes nodes={nodes} edges={edges} />

API Reference

PropTypeDescription
nodesFlowNode[]Pipeline nodes with percent x/y positions.
edgesFlowEdge[]Connections between node ids.
titlestringScene headline.

Related