Measured entry

8bitcn-profile-card

cardskeuomorphism

A registry-delivered set of pixel-styled profile-card building blocks rather than a complete profile composition. It wraps shadcn card, button, badge, and avatar primitives, uses Radix Avatar and class-variance-authority, imports a shared cn helper, Tailwind utility classes, and a retro stylesheet that loads a Google font.

Specimen
Harness screenshot of 8bitcn-profile-card at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-profile-card at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-profile-card 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-profile-card
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.7 KB (96.1 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 867ms
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-687dfb55f8ba/src/cut/components/ui/8bit/card.tsx".

Verdict

Publish as a failure. The package could not resolve its base shadcn card, so no render was available to verify; the bare build also lacked the shared utility helper. It needs a shadcn-style setup and is suitable only after those registry prerequisites are installed.

Use it if

  • Your app already follows shadcn conventions and you want matching pixel-styled card, avatar, badge, and button primitives.
  • You are comfortable composing the actual profile layout and supplying its content yourself.
  • Loading the retro font from Google Fonts fits your privacy, availability, and content-security requirements.

Skip it if

  • You need a drop-in profile card that builds without registry dependencies or project aliases.
  • Your design system does not use Tailwind utilities, shadcn primitives, or a shared cn helper.
  • You require a verified render or accessibility result, since the missing base card prevented the harness build.
  • Your policy forbids a runtime stylesheet import from Google Fonts.

Install

Installation record for 8bitcn-profile-card
Declared dependencies@radix-ui/react-avatar, radix-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 compatible card, button, badge, and avatar primitives; provide the aliased cn utility; install Radix Avatar, class-variance-authority, and the Radix slot package used by the button; configure the source aliases and Tailwind theme utilities; and include or replace the retro stylesheet and external font import.

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.