For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Data Flow Pipes

Glowing data packets fly along SVG pipes with trailing tails.

Customize
36
60
1

Installation

$ pnpm dlx shadcn@latest add @framecn/data-flow-pipes

Usage

import { DataFlowPipes } from "@/components/framecn/data-flow-pipes";
<DataFlowPipes />

API Reference

DataFlowPipes

PropTypeDefault
nodesDataFlowNode[]DEFAULT_NODES
edgesDataFlowEdge[]DEFAULT_EDGES
pipeColorstring"#1f1f23"
pulseColorstring"#22d3ee"
pulseLengthnumber60
pulseDurationnumber36
backgroundstring"#050505"
nodeColorstring"#0a0a0a"
textColorstring"#fafafa"
speednumber1
fpsnumber30
durationInFramesnumber180
widthnumber1280
heightnumber720
classNamestring-

Notes