forever components

Navigation

Command Palette

A Cmd+K command palette that opens over a blurred overlay, auto-types queries, filters rows live, and highlights the selection with a spring-eased panel entry.

cssmedium complexitysubtle motionclick

Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited

Live demo — the real component, running in a sandbox. One self-contained HTML file, zero dependencies. Open it on the canvas →
Worth keeping? Votes steer what gets built next — sign in to cast one, free to read

When to use it

App shells, developer tools, or dashboards needing a keyboard-driven command interface or search-filter nav pattern.

When not to

Simple sites with fewer than 5 commands — the modal overhead outweighs the UX benefit. Auto-cycle must be removed before production use.

Working with an AI agent

Every component ships agent-ready metadata. An example instruction for this one:

Add a new command {i:'⬇', t:'Export CSV'} to the commands array and change the accent color from marigold (#C09C59) to rose (#f43f5e). Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.

Safe to edit

  • commands array (label + icon pairs)
  • accent color (--accent-cyan)
  • panel max-width (300px)
  • panel open animation duration (--dur-base)
  • idle demo cadence (DEMO_EVERY=4600 ms) + query list (queries array)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • IIFE wrapper
  • prefers-reduced-motion guard
  • visibilitychange stop/cycle handler
  • overlay click-outside-to-close logic
  • idle demo clock (setInterval tick() driving open/filter/render — takeover on real pointerdown + input)
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Idle demo cycle runs by default (real input takes over, resumes after a few idle seconds) — remove the demo block for purely on-demand interaction
  • Trigger button lacks aria-haspopup/aria-expanded attributes for full accessibility
  • backdrop-filter blur unsupported in older browsers (degrades gracefully to semi-transparent overlay)

command-palettesearchnavigationui-controlmodalfilterkeyboard

More Navigation components

  • Magnify DockmacOS-style frosted-glass dock of six gradient tiles that scale up and lift toward the cursor; idle auto-sweep keeps it animated when untouched.
  • Hamburger MorphThree-line hamburger button spring-morphs into a glowing teal X on click; button border gains teal glow when open. Auto-cycles as demo.
  • Gooey Tab BarPill-shaped tab bar with a vermillion blob that slides between tabs using a spring easing and SVG goo filter for liquid merge effect on dark surface.
  • Radial Fan MenuA core button rotates to an X and fans five glowing stone-toned icon petals outward in a staggered spring arc; auto-cycles open/close as a demo.
  • Slide-in DrawerHamburger icon morphs to an X while a side panel slides in over a dark scrim, revealing four nav items with staggered fade-in animations.
  • Underline FollowA glowing emerald-to-tan gradient underline slides and resizes to follow hovered nav links; wanders idly across links when unhovered.