Measured entry

8bitcn-game-progress

progressskeuomorphismmotion on file

A shadcn registry block that places health, mana, and experience bars inside an arcade-styled card. It ships as React and TypeScript source, with specialized bar wrappers, retro CSS, and a web-font import. It depends on Radix Progress, class-variance-authority, Tailwind utilities, a cn helper, and the project’s base card components.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of 8bitcn-game-progress at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-game-progress at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-game-progress 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-progress
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal32.7 KB (98.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 785ms
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-0669579839f0/src/components/ui/8bit/card.tsx".

Verdict

Do not adopt this block as published. The verified build fails because its themed card imports a missing base card module, and the bare version also lacks the expected cn utility. It needs a shadcn-style setup plus repaired registry dependencies before it can be evaluated at runtime.

Use it if

  • You already use the shadcn file layout and want a themed game-status card.
  • You are comfortable replacing the fixed labels and values with application state.
  • Your interface already supports Tailwind utility classes and the included retro font styling.

Skip it if

  • You need a drop-in package that builds without shadcn aliases and local primitives.
  • Your product cannot load the externally imported Google font.
  • You want a generic progress control rather than a fixed health, mana, and experience composition.
  • You need a verified build before adopting component source.

Install

Installation record for 8bitcn-game-progress
Declared dependencies@radix-ui/react-progress, 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 at-sign path alias, a cn class-merging helper, compatible base card primitives, Tailwind styling, class-variance-authority, Radix Progress, and the retro stylesheet or an equivalent local font treatment. Repair the missing card dependency before building.

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