Measured entry
8bitcn-breadcrumb
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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 32.5 KB (98.0 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | radix-ui, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/TheOrcDev/8bitcn-uiAlternatives
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.
- shadcn-breadcrumbunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.7KB
- Bare
- fail
- Prov
- NO
- neobrutalism-breadcrumbbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.8KB
- Bare
- fail
- Prov
- NO