Measured entry

8bitcn-popover

popoverskeuomorphism

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.

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

Installation record for 8bitcn-popover
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 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.

License
MIT
Record published
2026-08-16

Alternatives

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.