Data Flow Pipes
Data Flow Pipes for Remotion.
SceneScenesAdvanced
data-flow-pipes30fps · 960×540
Install
$ npx remotion-ui@latest add data-flow-pipesData 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-uinpm package; it is copied into your project.
Usage
Example
import { DataFlowPipes } from "@/remotion/scenes/data-flow-pipes";
<DataFlowPipes nodes={nodes} edges={edges} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| nodes | FlowNode[] | - | Pipeline nodes with percent x/y positions. |
| edges | FlowEdge[] | - | Connections between node ids. |
| title | string | - | Scene headline. |