Isometric Network

Isometric Network

An isometric network plate — pin nodes on an extruded slab, connected by lifted arcs with pulses travelling from the hub outward.

Installation

▸ Run the following command

npx shadcn@latest add https://www.mellowui.com/r/isometric-network.json

▸ Or install manually

  1. Copy the source from the Code tab above.
  2. Place it at components/mellow/isometric-network.tsx
  3. Import and use.

API Reference

PropTypeDefaultDescription
nodesIsometricNetworkNode[]Pins on the plate. Defaults to one hub and four edges.
speednumber1Pulse travel speed multiplier.
accentstring"oklch(0.65 0.25 250)"Accent for hub cap and pulses.
sizenumber380Rendered width in px.
classNamestringAdditional CSS classes.