Measured entry
8bitcn-table
A registry-delivered retro wrapper around the standard shadcn table primitives. It adds pixel-style borders, a borderless option, and an optional Press Start font. It depends on the base table component, the cn utility, class-variance-authority, Tailwind theme classes, and its bundled retro stylesheet.



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 | 29.9 KB (95.3 KB build, 65.4 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 668ms error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-53c4eef99d86/src/cut/components/ui/8bit/table.tsx".
Verdict
A focused visual wrapper, but it did not build because the imported base table component was missing, so it could not mount or receive runtime checks. It needs a shadcn-style setup and should be treated as a recipe to integrate, not a drop-in component.
Use it if
- You already use shadcn table primitives and want a retro presentation without replacing their markup.
- Your interface can load the Press Start font from Google Fonts or you are prepared to host an equivalent locally.
- You want selectable bordered and borderless table treatments that retain native table elements.
Skip it if
- You need a standalone table that installs without shadcn aliases and shared utilities.
- Your content security policy or offline requirements prohibit the stylesheet's Google Fonts import.
- You need the package to build as published, because its required base table registry dependency was absent in the verified harness.
- You do not use Tailwind theme tokens or do not want to translate its utility classes.
Install
| Declared dependencies | 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 compatible React table primitives, a cn class-merging utility, class-variance-authority, matching import aliases, Tailwind theme utilities, and the retro stylesheet. Replace the aliases or imports to suit your structure, and decide whether to allow the external font import or self-host the font.
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 table pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-tables-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- Bare
- pass
- Prov
- NO
- hyperui-tables-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- hyperui-tables-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- neobrutalism-tablebrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- hextaui-tableminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.0KB
- Bare
- pass
- Prov
- NO
- reui-sortableminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 48.1KB
- Bare
- pass
- Prov
- NO