Orbital Command Ring

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

Component Showcase

Orbital Command Ring

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

Framer MotionSpringRadial MenuInteractiveNavigation

Interactive Playground

Adjust sliders and values to preview changes in real-time

title

Ambient background watermark text.

eyebrow

Action instruction hint displayed under the watermark.

bg

Hex backdrop background color of the widget viewport.

borderColor

Outer frame CSS border color.

joystickColor

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/signal-loom'.
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.