Measured entry

neobrutalism-context-menu

dropdownbrutalism

A client-side React context menu styled with neobrutalist borders, theme colors, and motion utilities. It ships as a shadcn registry TypeScript component built on Radix Context Menu, with Lucide icons, Tailwind utility classes, project theme tokens, and a local cn helper.

Specimen
Harness screenshot of neobrutalism-context-menu at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of neobrutalism-context-menu at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-context-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 neobrutalism-context-menu
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal58.8 KB (124.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 54.20s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/context-menu.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A complete, accessible Radix wrapper with a distinctive visual treatment, but it needs a shadcn-style setup to compile and its narrow-layout overflow deserves attention. Choose it for an existing compatible design system, not as a drop-in menu for a bare React app.

Use it if

  • You need a right-click menu with items, nested menus, checkboxes, radio choices, labels, separators, and shortcuts.
  • Your app already uses shadcn conventions, Tailwind theme tokens, Radix primitives, and Lucide icons.
  • A bold neobrutalist menu fits the surrounding interface and desktop interaction model.

Skip it if

  • Your product is primarily touch-driven, where a right-click interaction is hard to discover.
  • The menu must remain reliable in narrow layouts without additional overflow testing and adjustment.
  • You want a dependency-light menu or do not use Tailwind and shadcn-style theme conventions.
  • The measured bundle increase is too costly for the interaction's importance in your app.

Install

Installation record for neobrutalism-context-menu
Declared dependencies@radix-ui/react-context-menu
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

A non-shadcn project must add the Radix Context Menu and Lucide React packages, provide the cn class-merging helper and its import alias, configure Tailwind, define the referenced neobrutalist color, radius, shadow, and font tokens, and include the animation utilities used by the state classes.

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-14

Alternatives

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