Measured entry
8bitcn-main-menu
A retro game menu rendered as a card with a vertical set of pixel-styled buttons. It ships as a shadcn registry block alongside custom button, card, and font CSS files, and depends on project-local shadcn primitives, a cn helper, Tailwind theme classes, class-variance-authority, and Radix UI.



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 | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 32.3 KB (97.7 KB build, 65.4 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.08s error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-31d10146c5e7/src/components/ui/8bit/card.tsx".
Verdict
A focused visual starter for an existing shadcn-style setup, but not a working standalone menu. The verified build fails because its custom button imports a missing base button primitive, and bare use also lacks the expected utility layer. Avoid it if you need a ready-to-run navigation component.
Use it if
- You already use shadcn conventions and want a compact retro game menu shell.
- You are prepared to replace the placeholder labels and wire each button to real navigation or game actions.
- Your design can accommodate a remotely loaded retro font and strongly pixelated controls.
Skip it if
- You need a drop-in navbar that builds without project-local UI primitives.
- You need working menu behavior out of the box, because the defined actions are not attached to the buttons.
- You cannot rely on an externally hosted font or do not want a game-specific visual treatment.
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 compatible base button and card primitives, the cn class-merging helper, matching import aliases, Tailwind theme tokens and utilities, class-variance-authority, Radix UI, and the supplied retro stylesheet. Then connect each button to an actual handler or route.
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 navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-headers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 19.1KB
- Bare
- pass
- Prov
- NO
- kibo-dialog-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.4KB
- Bare
- pass
- Prov
- NO
- ruixen-floating-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 59.9KB
- Bare
- pass
- Prov
- NO
- ruixen-hover-gradient-navbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 60.9KB
- Bare
- pass
- Prov
- NO
- ruixen-expandable-menu-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 61.8KB
- Bare
- pass
- Prov
- NO
- hextaui-cardminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO