Components

Radial Hub Diagram

Pro

A hub-and-spoke diagram with dashed connectors. Hover it and every node swells on a spring while the lines brighten and their dashes flow toward the hub.

Installation

ProRequires a Planes Pro license.
npx shadcn add @useplanes/radial-hub-diagram

Unlock with Planes Pro

$99 once · 80 Pro components · lifetime updates.

<RadialHubDiagram
  nodes={[
    { label: "Auth", icon: <KeyRound /> },
    { label: "Search", icon: <SearchIcon /> },
    { label: "Cache", icon: <Zap /> },
    { label: "Queue", icon: <List /> },
    { label: "Storage", icon: <Database /> },
    { label: "Metrics", icon: <BarChart /> },
  ]}
  center={<Cpu />}
/>

Use cases

  • Integration diagrams

    Show every service or device that connects through your platform.

  • Feature hubs

    A landing-page graphic that puts your product at the center of its ecosystem.

  • Architecture overviews

    A quick visual of services fanning out from a core API or gateway.

  • Docs and onboarding

    Orient new users around what plugs into the thing they just installed.