Measured entry

ruixen-nested-dashboard-menu

navbarunclassifiedmotion on file

A client-side dashboard menubar with top-level sections and nested flyout submenus. It ships as a shadcn registry component that composes the local Menubar primitive, backed by Radix and the local class-name utility; its registry also declares Lucide and Motion dependencies.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-nested-dashboard-menu at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of ruixen-nested-dashboard-menu at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-nested-dashboard-menu at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for ruixen-nested-dashboard-menu
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal58.6 KB (124.0 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 34.00s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/menubar.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A sound desktop-oriented menu scaffold with nested behavior and a clean accessibility result, but it is static demo content rather than finished app navigation. It needs a shadcn-style setup and requires a separate responsive treatment for narrow layouts.

Use it if

  • You need a compact desktop dashboard menu with grouped commands and nested choices.
  • Your app already uses shadcn Menubar primitives and can replace the placeholder items with real actions.
  • Keyboard-accessible flyout behavior matters more than a custom navigation model.

Skip it if

  • This will be the primary navigation on narrow screens, where the tested row overflows.
  • You need route links, active-route styling, permissions, or collapsed sidebar state out of the box.
  • You are avoiding Radix-based menu infrastructure or the added dependency weight.

Install

Installation record for ruixen-nested-dashboard-menu
Declared dependencieslucide-react, motion, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add the Menubar primitive and its Radix dependency, provide the local class-name utility and matching import aliases, include the expected utility styles and theme tokens, enable client-side compilation, and install the registry-declared Lucide and Motion packages.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.