Measured entry
hyperui-tables-1
A static data table snippet rendered as semantic HTML and styled entirely with Tailwind utility classes. It ships with fixed sample rows, a divided header and body, nowrap cells, and an overflow wrapper. There is no JavaScript behavior or package dependency, but the styling depends on a Tailwind build that supports the utilities and variants used in the markup.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 17.4 KB (82.8 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A clean starting point for a simple desktop-oriented data table, with semantic markup and no runtime baggage. The narrow view clips content, so teams should adapt its responsive behavior before using it where mobile access matters.
Use it if
- You need a compact read-only table for short records with predictable columns.
- Your project already uses Tailwind and you want semantic table markup that is easy to restyle.
- You are comfortable replacing the sample rows and labels with your own rendering logic.
Skip it if
- Your mobile layout must show every column without clipping or horizontal navigation.
- You need sorting, filtering, pagination, selection, or editable cells out of the box.
- Your project does not use Tailwind and you do not want to recreate the utility styling.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
A non-shadcn project only needs Tailwind configured to scan this component's markup. Copy the table and wrapper, ensure the child, direction, spacing, divider, color, and overflow utilities are available, then replace the sample content. No component library or JavaScript package is required.
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/markmead/hyperuiAlternatives
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-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
- shadcn-tableunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 12.0KB
- Bare
- fail
- Prov
- NO