Network Graph
Network Graph is a layered orbital avatar visual that spreads items evenly across concentric rings. It works well for community showcases, team maps, social proof sections, and dense relationship-driven hero layouts.
Basic Usage
Loading...
Tips
- Use a fixed-height container so the larger outer rings have enough room to render cleanly.
- Adjust
capacityandradiustogether when customizing rings to keep spacing balanced. - Pass
onClickhandlers per item when you want each node to open a profile, modal, or filtered view.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | NetworkGraphItem[] | [] | Node data rendered across the configured rings. |
ringConfig | NetworkGraphRingConfig[] | DEFAULT_RING_CONFIG | Ring layout, spacing, blur, opacity, and animation settings. |
NetworkGraphItem Type
Loading...
NetworkGraphRingConfig Type
Loading...
Tip: Use Alt + ← / → to navigate