Measured entry
neobrutalism-select
A client-side React select assembled from Radix Select primitives and shipped as a shadcn registry component. It uses a portal for the menu, Lucide icons, a cn class-merging helper, Tailwind utilities, and neobrutalist theme tokens for its bordered trigger, menu, focus states, and item styling.



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 | clean at 375, 768, 1440 |
| Axe critical | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 61.8 KB (127.3 KB build, 65.5 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 1.23s error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-4ed16d65567e/src/cut/components/ui/select.tsx".
Verdict
A workable pick for a Radix and Tailwind stack, with successful build and mounting behavior across the tested layouts. Do not ship the demo unchanged: the accessibility scan found a critical button-name failure on the triggers, so each instance needs a dependable accessible name and a follow-up audit.
Use it if
- You want a neobrutalist dropdown that fits an existing Tailwind and shadcn-style component system.
- You need Radix behavior such as keyboard navigation, grouped options, disabled items, portal rendering, and scroll controls.
- You are prepared to supply an explicit accessible name for each trigger and verify it in context.
Skip it if
- You need a drop-in native select with minimal client-side dependencies.
- Your project does not use Tailwind or cannot provide the custom color, border, radius, and font tokens referenced by the classes.
- You cannot address the tested triggers lacking discernible accessible names before release.
- You want a neutral visual primitive rather than a strongly opinionated neobrutalist control.
Install
| Declared dependencies | @radix-ui/react-select, clsx, tailwind-merge |
|---|---|
| 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 Radix Select, Lucide React, clsx, and tailwind-merge; create the cn helper; configure Tailwind; define the referenced theme tokens; and provide the animation utilities used by the menu states. Keep the file client-side and add an accessible label or name to every trigger.
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/ekmas/neobrutalism-componentsAlternatives
Other published entries for the select pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-native-selectminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.6KB
- Bare
- fail
- Prov
- NO
- 8bitcn-difficulty-selectskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 32.7KB
- Bare
- fail
- Prov
- NO
- hextaui-checkboxminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.8KB
- Bare
- fail
- Prov
- NO
- hextaui-radio-groupminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 40.3KB
- Bare
- fail
- Prov
- NO
- ruixen-tag-cloud-selectunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.8KB
- Bare
- fail
- Prov
- NO
- tripled-animated-select-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 60.4KB
- Bare
- fail
- Prov
- NO