Measured entry

8bitcn-mana-bar

cardskeuomorphism

A blue mana progress indicator with default and segmented retro treatments. It ships as a shadcn registry component composed around Radix Progress, class-variance-authority, Tailwind utility classes, a local cn helper, and a retro stylesheet that imports the Press Start font from Google Fonts.

Specimen
Harness screenshot of 8bitcn-mana-bar at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-mana-bar at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-mana-bar 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-mana-bar
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal29.7 KB (95.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 53.74s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/8bit/progress.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A focused game-interface meter that builds and mounts in its intended environment, but it ships with an unnamed progressbar that callers must fix. It needs a shadcn-style setup and is a poor drop-in choice for a bare React project.

Use it if

  • You need a game HUD mana meter that can accept a live progress value.
  • Your interface already uses shadcn conventions, Tailwind classes, and Radix primitives.
  • You want both a smooth fill and a segmented pixel-style variant from the same component.

Skip it if

  • You need an accessible component that is correctly named without adding an aria-label or equivalent yourself.
  • Your project cannot load the externally hosted Google font imported by its retro stylesheet.
  • You want a standalone component without path aliases, shared class helpers, or Tailwind theme tokens.

Install

Installation record for 8bitcn-mana-bar
Declared dependenciesnone declared
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 Radix Progress and class-variance-authority, configure Tailwind and the at-sign path alias, provide a cn class-merging helper, include the retro stylesheet, and ensure the progressbar receives an accessible name. Self-host or replace the imported font if external font loading is unsuitable.

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

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.