Measured entry

8bitcn-pricing2

pricingskeuomorphism

A client-side pixel-art pricing section with configurable plans and a monthly or yearly toggle. It ships as a shadcn registry block plus retro CSS and wrapped Badge, Button, Card, and Separator components. It relies on React state, Tailwind utilities, a shared cn helper, shadcn base primitives, class variance tooling, Radix Separator, and a hosted display font.

Specimen
Harness screenshot of 8bitcn-pricing2 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-pricing2 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-pricing2 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-pricing2
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal34.7 KB (100.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-47c64cf5b8d5/src/components/ui/8bit/card.tsx".

Verdict

A focused option for an existing retro shadcn codebase, but it fails to build because the wrapped Button imports a missing base shadcn Button. The bare package also lacks the shared cn utility, so it needs a shadcn-style setup before it can mount. Avoid it if you expect a self-contained drop-in.

Use it if

  • Your product already uses shadcn conventions and you want a retro pricing section that fits that component tree.
  • You need editable plan data, feature lists, highlighted tiers, and a client-side billing-period toggle.
  • You are comfortable loading the supplied display font and adopting the bundled pixel-art styling.

Skip it if

  • Your project does not have the base shadcn Button, Badge, and Card components at the expected aliases.
  • You need a framework-neutral component without Tailwind classes, path aliases, or a shared cn helper.
  • Your design system cannot accommodate the retro display font or prominent pixel-border treatment.
  • You need a verified build immediately, since the supplied registry graph does not install every required base component.

Install

Installation record for 8bitcn-pricing2
Declared dependenciesradix-ui, @radix-ui/react-separator, 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 expected path aliases, cn utility, Tailwind theme tokens and utilities, base Button, Badge, and Card primitives, Radix Separator, class variance support, the Radix slot package used by the wrapper, and the supplied retro stylesheet. Confirm that the hosted font is acceptable or replace it.

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