Dependency Trace

An interactive SVG node graph that maps and dynamically traces relationship connections with directional bezier curves.

API Gat…Auth SvcBilling…Postgre…Stripe …
Hover node to trace dependencies5 connections

Installation

Add the component directly to your repository using shadcn CLI:

npx shadcn@latest add Surajmaurya1/easyui/dependency-trace

API Reference

PropTypeDefaultDescription
nodesTraceNode[]Array of graph nodes (id, label, type, x, y)
connectionsTraceConnection[]Array of directional or undirected link connections (from, to, label)
onNodeSelect(id: string) => voidundefinedNode click event callback
onNodeHover(id: string | null) => voidundefinedHover event callback
nodeSizenumber36Node diameter in pixels