Measured entry
shadcn-table
A source-distributed React table primitive that wraps semantic table elements with a horizontally scrollable container. It has no package dependencies beyond React, but its styling expects Tailwind utility classes, shadcn theme tokens, and the cn helper imported through the project alias.



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 | 12.0 KB (76.6 KB build, 64.6 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 1.08s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/table.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A dependable presentational base for conventional tables, with semantic markup and sensible narrow-screen overflow. It needs a shadcn-style setup before it will build or mount in a bare project, and it is intentionally not a full data-grid solution.
Use it if
- You want semantic table building blocks that remain easy to compose and customize in JSX.
- Your app already uses shadcn conventions, Tailwind utilities, and the cn helper.
- You need wide tables to scroll inside their container on narrow screens.
Skip it if
- You need sorting, filtering, pagination, virtualization, or column resizing built in.
- Your project does not use Tailwind and you do not want to translate the utility classes.
- You want a packaged data grid with its own state and interaction model.
Install
| Declared dependencies | none declared |
|---|---|
| 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 |
For a non-shadcn project, add the cn class-merging helper at the expected utils alias, configure that alias, and provide Tailwind utilities plus the muted and foreground theme tokens referenced by the component. Otherwise, replace the helper import and utility classes with local equivalents.
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/shadcn-ui/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