Measured entry
8bitcn-select
A pixel-styled select built as a shadcn registry wrapper around the existing shadcn Select primitives. It ships a React component plus retro CSS that imports the Press Start 2P font from Google Fonts, and relies on Radix Select behavior, class variance utilities, the project cn helper, and Tailwind theme classes.



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 | 62.0 KB (127.5 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 874ms error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-76d7a5aa3e96/src/cut/components/ui/8bit/select.tsx".
Verdict
It builds, mounts, and stays within the tested viewports, but it is not ready to ship unchanged because the trigger failed an essential accessible-name check. A good thematic wrapper for an existing shadcn stack once that labeling issue is corrected.
Use it if
- You want a retro game-like selector while retaining Radix keyboard and menu behavior.
- Your app already uses shadcn Select, Tailwind theme tokens, and the cn utility.
- You need normal and retro font treatments exposed through the same component API.
Skip it if
- You require a clean accessibility audit without first fixing the unnamed trigger button found by the harness.
- Your interface does not suit heavy pixel borders or an arcade-style typeface.
- Your content security policy or offline requirements prohibit loading a font from Google Fonts.
- You want a standalone native select without Radix and shadcn dependencies.
Install
| Declared dependencies | radix-ui, 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 the Radix Select primitives, the base shadcn Select component, class-variance-authority, clsx, tailwind-merge, a compatible cn helper, Tailwind theme tokens, and the retro stylesheet. Also permit or self-host the imported Press Start 2P font.
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/TheOrcDev/8bitcn-uiAlternatives
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