Measured entry

8bitcn-advanced1

cardskeuomorphism

A fake terminal card delivered as a shadcn registry block, with a TypeScript block, an 8bit card wrapper, and retro CSS that imports Press Start 2P from Google Fonts. It relies on the shadcn Card primitive, the cn utility, class-variance-authority, Tailwind utilities, theme tokens, and project path aliases.

Specimen
Harness screenshot of 8bitcn-advanced1 at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of 8bitcn-advanced1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-advanced1 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-advanced1
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.0 KB (95.4 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

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

Verdict

The source did not build because its 8bit wrapper imports a base UI Card that was absent; the bare run also lacked cn. It needs a shadcn-style setup before it can mount. Use it only if you want the exact retro shell and can supply that project plumbing; teams seeking a drop-in card should avoid it.

Use it if

  • Your product needs a static retro terminal panel with a configurable title and lines.
  • You already use shadcn conventions and can install the required base Card.
  • You are comfortable loading the retro font from Google Fonts or hosting it yourself.

Skip it if

  • You need an interactive terminal, command input, or streaming output.
  • Your project does not use Tailwind theme tokens and you do not want to adapt the utility classes.
  • You require an isolated component with no shadcn primitives, path aliases, or external font dependency.

Install

Installation record for 8bitcn-advanced1
Declared dependenciesclsx, 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 a compatible base Card implementation and cn helper, configure the @ path alias, install class-variance-authority, provide Tailwind utilities and matching theme tokens, and include the retro stylesheet. Decide whether to allow its Google Fonts import or self-host the 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-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.