Measured entry
ruixen-app-menu-bar
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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 59.8 KB (125.2 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | lucide-react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/ruixenui/ruixen.comAlternatives
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.
- tailark-veil-content-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-veil-content-2minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- tailark-mist-content-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 24.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-cardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- neobrutalism-ncardbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- pass
- Prov
- NO
- reui-icon-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.1KB
- Bare
- pass
- Prov
- NO