Measured entry

neobrutalism-menubar

navbarbrutalism

A client-side TypeScript menubar shipped as a shadcn registry component, with neobrutalist borders, theme tokens, nested menus, selection items, and shortcuts. It wraps Radix Menubar and relies on Lucide icons, Tailwind utility classes, and a cn class-merging helper.

Specimen
Harness screenshot of neobrutalism-menubar at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-menubar at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-menubar 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 neobrutalism-menubar
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal62.6 KB (128.1 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1.71s
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-8e0beb705100/src/cut/components/ui/menubar.tsx".

Verdict

A solid fit for product interfaces that embrace the source theme and need a full menu primitive. The interaction foundation is credible, but adoption outside that design system requires deliberate token mapping and dependency setup.

Use it if

  • You need an application-style command bar with keyboard-aware menus, submenus, checkboxes, and radio choices.
  • Your interface already uses neobrutalist theme tokens and strong bordered controls.
  • You want Radix interaction behavior while keeping the rendered markup and styling in your codebase.

Skip it if

  • You need ordinary site navigation made of links rather than desktop-style application commands.
  • Your design system does not provide the custom color, radius, border, and font tokens used by the classes.
  • You are minimizing client-side dependencies and do not need the richer Radix menu behavior.

Install

Installation record for neobrutalism-menubar
Declared dependencies@radix-ui/react-menubar, clsx, tailwind-merge
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 Radix Menubar and Lucide packages, provide React client-component support, configure Tailwind and the animation utilities, create a cn helper using class merging, replace the path alias if needed, and map the custom theme, radius, border, and font tokens.

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.

License
MIT
Record published
2026-08-16

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.