Measured entry

ruixen-app-menu-bar

cardunclassified

A desktop-style project menu bar with icon-labeled triggers, dropdown actions, separators, and a nested team submenu. It ships as a client-side shadcn registry component that composes the local Menubar primitives, backed by Radix UI, and uses Lucide React icons.

Specimen
Harness screenshot of ruixen-app-menu-bar at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of ruixen-app-menu-bar at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-app-menu-bar 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-app-menu-bar
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal59.8 KB (125.2 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 37.28s
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 sensible starting point for desktop application menus, with clear grouping and a useful nested submenu. It needs a shadcn-style setup to build and mount, requires real action wiring, and needs a responsive treatment before serving narrow screens.

Use it if

  • You need a compact desktop navigation strip for project, team, calendar, notification, and file actions.
  • Your app already uses shadcn Menubar primitives and you want a source-copy component that is easy to rename and rewire.
  • You need keyboard-oriented dropdown menus, including a nested submenu, without adding a provider.

Skip it if

  • The menu must fit narrow mobile screens without redesigning its fixed single-row layout.
  • You want a drop-in package for a project that does not use shadcn conventions or Tailwind utility classes.
  • You need working navigation or commands out of the box, since the supplied items are presentation-only and have no action handlers.
  • You want a small dependency addition and do not already ship Radix UI or Lucide React.

Install

Installation record for ruixen-app-menu-bar
Declared dependencieslucide-react, 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 implementation and its Radix UI dependency, Lucide React, Tailwind utility styling and theme tokens, the local class-name helper expected at the lib utilities alias, and matching import aliases. Then wire each menu item to your commands or routes.

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 card pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.