Measured entry

8bitcn-game-roadmap1

badgeskeuomorphism

A retro quest-log roadmap that renders customizable entries as completed, active, or locked cards with status badges and a connecting track. It ships as a shadcn registry block with its own badge and card wrappers plus retro CSS, and depends on project-level shadcn card and badge primitives, a cn helper, Tailwind theme utilities, and class-variance-authority.

Specimen
Harness screenshot of 8bitcn-game-roadmap1 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-game-roadmap1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-game-roadmap1 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-game-roadmap1
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal32.9 KB (98.3 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.07s
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-11a8c335e4ae/src/components/ui/8bit/badge.tsx".

Verdict

Publish as a failed verification. The registry installs its retro wrapper, but that wrapper imports a base card module the harness does not receive, so the build stops before mounting. It needs a shadcn-style setup, and teams should avoid it unless they can supply and validate the missing primitives.

Use it if

  • You want a game-themed roadmap or quest log with explicit progress states.
  • Your app already has compatible shadcn card and badge primitives and the usual path aliases.
  • You are comfortable supplying quest data through the component props and adapting its fixed status vocabulary.

Skip it if

  • You need a drop-in component for a plain React project without shadcn infrastructure.
  • Your product uses a restrained corporate design system where pixel styling and game language would feel out of place.
  • You cannot depend on the externally imported retro font or need all visual assets hosted locally.
  • You need a verified build without repairing missing base primitives first.

Install

Installation record for 8bitcn-game-roadmap1
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 configured source aliases, a cn class-merging helper, Tailwind with the expected theme tokens, compatible base card and badge primitives, class-variance-authority, and the supplied retro stylesheet. Ensure the font import is allowed or replace it with a locally hosted font, then verify that the card API includes every subcomponent used by the wrapper.

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 badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.