Measured entry
hyperui-tables-2
A compact, read-only data table with a bordered shell, divided rows, and emphasized first-column labels. It ships as copy-paste HTML styled with Tailwind utility classes, has no runtime package dependency, and relies on your Tailwind stylesheet for layout, spacing, borders, and typography.



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.5 KB (82.9 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A dependable starting point for a small, read-only table, with clean semantics and very little integration cost. Use it for desktop-oriented data views, but plan a responsive adaptation if narrow-screen overflow is unacceptable.
Use it if
- You need a restrained table for short, fixed datasets.
- Your product already uses Tailwind and can adopt utility-heavy markup directly.
- Horizontal scrolling on narrow screens is acceptable for the data being shown.
Skip it if
- You need sorting, filtering, pagination, row selection, or inline actions.
- The table must reflow into a mobile-first card or stacked layout.
- You want a framework component with typed props and reusable rendering logic.
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 |
Add Tailwind CSS, or translate the utility classes into your own stylesheet, then copy the table markup and replace the sample rows. No JavaScript package or shadcn setup 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-1editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.4KB
- 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