Orbital Command Ring

A futuristic radial page navigation menu summoned by dragging with elastic joystick physics, custom target paths, and cinematic flashes.

Component Showcase

Interactive Playground

Adjust sliders and values to preview changes in real-time

titleOrbital Command Ring

Ambient background watermark text.

eyebrowHold & drag anywhere to summon

Action instruction hint displayed under the watermark.

bg#050505

Hex backdrop background color of the widget viewport.

borderColorrgba(255,255,255,0.05)

Outer frame CSS border color.

joystickColor#ffffff

Default color of the central indicator node.

API Reference (Props)

Component properties and type specifications

PropTypeDefaultDescription
optionsCommandItem[]DEFAULT_COMMANDSArray of options mapping radial menu nodes. Link custom pages by setting path properties: e.g. path: '/components/thread-route-board'.
onNavigate(path: string) => voidundefinedOptional custom router navigation callback: e.g. (path) => router.push(path). Defers navigation until execution animations play.
titlestring"Orbital Command Ring"Ambient background watermark text.
eyebrowstring"Hold & drag anywhere to summon"Action instruction hint displayed under the watermark.
bgstring"#050505"Hex backdrop background color of the widget viewport.
borderColorstring"rgba(255,255,255,0.05)"Outer frame CSS border color.
joystickColorstring"#ffffff"Default color of the central indicator node.