Measured entry

8bitcn-not-found1

cardskeuomorphism

A retro, pixel-art not-found page shipped as a shadcn registry block. It uses Next.js Link and Image, Tailwind utility classes, a local cn helper, the included retro stylesheet, and an eight-bit button wrapper that expects the base shadcn button plus Radix UI and class-variance-authority.

Specimen
Harness screenshot of 8bitcn-not-found1 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-not-found1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-not-found1 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-not-found1
BuildOK
MountOK
Console errors1
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal56.7 KB (122.1 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

BARE BUILD

✗ Build failed in 1.02s
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-723a87c2356d/src/components/ui/8bit/button.tsx".

Verdict

Do not publish this as a working drop-in. The verified build cannot resolve the base UI button imported by the included eight-bit wrapper, and the bare build also lacks the cn utility. It needs a shadcn-style setup before it can mount; teams wanting a self-contained block should avoid it.

Use it if

  • You have a Next.js app with shadcn aliases, utilities, and the base button already in place.
  • You want a themed not-found screen whose title, message, destination, and artwork can be supplied as props.
  • Your product can carry a retro display font and a pixel-art image asset.

Skip it if

  • You need a framework-neutral React component without Next.js routing or image primitives.
  • Your project does not use Tailwind theme tokens or shadcn path aliases.
  • You need a verified drop-in that builds without repairing missing local components.
  • Your content policy forbids the stylesheet from requesting a Google-hosted font.

Install

Installation record for 8bitcn-not-found1
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

A non-shadcn project must add Next.js link and image equivalents or adapters, configure the at-sign path alias, provide a cn class-merging helper and compatible base button, install Radix UI and class-variance-authority, configure Tailwind theme tokens, include the retro stylesheet, and supply the pixel-art image asset.

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-15

Alternatives

Other published entries for the card pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.