Measured entry
8bitcn-popover
A retro-styled wrapper around shadcn's Radix-based popover primitives. It ships as a TypeScript component plus a small theme stylesheet, and relies on the base shadcn popover, Tailwind utility classes, class-variance-authority, a cn helper, and a Google-hosted display 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 | 53.2 KB (118.7 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 902ms error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-a21a6f149b87/src/cut/components/ui/8bit/popover.tsx".
Verdict
A solid niche choice when the pixel aesthetic is intentional. It built and mounted cleanly across the tested layouts, with no detected accessibility or overflow issues, but its value is mostly visual and the added dependency weight is notable for a popover wrapper.
Use it if
- You need a controlled or uncontrolled popover that matches a pixel-art interface.
- Your app already uses shadcn component conventions and Tailwind theme tokens.
- You want Radix popover behavior while keeping the trigger and anchor APIs available.
Skip it if
- Your product uses a restrained design system where the chunky retro border and display type would feel out of place.
- You cannot load a Google-hosted font and do not want to bundle a substitute locally.
- You are minimizing client dependency weight for a simple disclosure or tooltip.
- Your project does not use Tailwind and you do not want to translate the component's utility classes.
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 popover primitives, the base shadcn popover implementation, class-variance-authority, clsx, and tailwind-merge. Configure the alias and cn helper, provide the expected Tailwind theme tokens and border utilities, then include the retro stylesheet or replace its remote font import with a local 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 popover pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tripled-smart-hover-card-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 61.4KB
- Bare
- pass
- Prov
- NO
- hextaui-hover-cardminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 46.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-hover-cardskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 47.0KB
- Bare
- fail
- Prov
- NO
- neobrutalism-popoverbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 49.6KB
- Bare
- fail
- Prov
- NO
- shadcn-popoverunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 49.6KB
- Bare
- fail
- Prov
- NO