Measured entry

8bitcn-breadcrumb

breadcrumbskeuomorphism

A shadcn registry wrapper around the standard breadcrumb primitives, restyled with a pixel-art chevron and a retro font class. It ships as a React component plus CSS, and relies on the base shadcn breadcrumb, Radix Slot, class variance utilities, Lucide, Tailwind theme classes, a cn helper, and a Google Fonts import.

Specimen
Harness screenshot of 8bitcn-breadcrumb at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-breadcrumb at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-breadcrumb 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-breadcrumb
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal32.5 KB (98.0 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 829ms
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-b77377c2b1d3/src/cut/components/ui/8bit/breadcrumb.tsx".

Verdict

A functional themed wrapper that builds, mounts, stays contained across the tested layouts, and reports no accessibility findings. Choose it for a deliberate retro visual system, not as a general-purpose breadcrumb: most of its value is styling, and the external font plus framework conventions add integration weight.

Use it if

  • Your interface already uses shadcn conventions and needs breadcrumb navigation that matches an arcade or pixel-art theme.
  • You need links, a current-page label, custom separators, collapsed items, and asChild composition in one preset.
  • Loading the retro typeface from Google Fonts fits your deployment and privacy policy.

Skip it if

  • Your product uses a neutral design system where the large pixel chevron and retro typeface would feel out of place.
  • You avoid third-party font requests or need typography to work identically without network access.
  • You want a standalone breadcrumb with no shadcn aliases, theme tokens, base primitive, or utility-layer setup.
  • You already have breadcrumb semantics and only need a small visual tweak, since this wrapper adds several supporting packages and styles.

Install

Installation record for 8bitcn-breadcrumb
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 equivalent breadcrumb primitives, Radix Slot, class variance authority, Lucide icons, Tailwind with the referenced theme tokens, a compatible cn utility backed by clsx and tailwind-merge, path aliases or rewritten imports, and the supplied retro stylesheet. Self-host or replace the imported font if remote 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-16

Alternatives

Other published entries for the breadcrumb pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.