Measured entry

8bitcn-select

selectskeuomorphism

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.

Specimen
Harness screenshot of 8bitcn-select at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-select at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-select 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 8bitcn-select
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal62.0 KB (127.5 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 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

Installation record for 8bitcn-select
Declared dependenciesradix-ui, 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 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.

License
MIT
Record published
2026-08-16

Alternatives

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.