Measured entry

8bitcn-feature1

feature-gridskeuomorphism

A retro feature-card grid shipped as a shadcn registry block, with configurable headings, items, badges, and column presets. It composes the project’s shadcn Card and Badge primitives through 8bit wrappers, uses the cn utility and Tailwind classes, and imports retro CSS that fetches the Press Start font from Google Fonts.

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

Verdict

A focused retro grid with useful data-driven props, but it is not install-ready as tested. The build fails because the included 8bit Badge wrapper imports a missing base shadcn Badge component, so it cannot mount and needs a shadcn-style setup before evaluation or use.

Use it if

  • You already run a shadcn-style React app and want a themed feature grid that accepts custom items and icons.
  • Your interface can support a pixel-art typeface and blocky card treatment.
  • You are prepared to supply or install the expected Card, Badge, utility, styling, and path-alias infrastructure.

Skip it if

  • You need a drop-in component that builds without shadcn project primitives.
  • Your product cannot load a font from Google Fonts or bundle an equivalent locally.
  • You need a neutral feature section that fits an existing non-retro design system without restyling.
  • You require a harness-verified build before adoption, since the supplied registry item currently fails compilation.

Install

Installation record for 8bitcn-feature1
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 compatible Card and Badge primitives, the cn utility, the expected import alias, Tailwind theme utilities, class-variance-authority, and the retro stylesheet. Also decide whether to permit the Google Fonts request or host the typeface locally.

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