Measured entry
8bitcn-pause-menu
A pixel-art pause panel shipped as a shadcn registry block, with resume, restart, and quit buttons whose sample actions only log to the console. It wraps shadcn Button and Card primitives and relies on React, Tailwind utility classes, a cn helper, Lucide icons, Radix Slot, class-variance-authority, and a hosted retro font.



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 | 33.4 KB (98.8 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 878ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-96726ac13d58/src/cut/components/ui/8bit/blocks/pause-menu.tsx".
Verdict
Do not publish this as a verified component yet. The supplied registry fails to build because its themed Button wrapper imports a missing base shadcn Button, while the bare build also lacks the cn utility. It needs a shadcn-style setup and should be avoided by teams seeking a self-contained drop-in.
Use it if
- Your game interface already uses shadcn conventions and needs a compact retro pause panel.
- You are prepared to replace the placeholder console actions with real game state handlers.
- Your design can accommodate a hosted font and strongly pixelated controls.
Skip it if
- You need a drop-in component for a plain React project without shadcn primitives and path aliases.
- You expect working pause behavior without wiring callbacks into the menu buttons.
- Your product avoids externally hosted fonts or uses a restrained, non-gaming visual system.
- You need a component that passes the supplied build harness as published.
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 utility and matching path aliases, Tailwind theme tokens and utility processing, Lucide React, Radix UI, class-variance-authority, and the retro font stylesheet. Then replace the console-only actions with callbacks or props.
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