Measured entry
hyperui-tables-3
A compact static data table shipped as semantic HTML with Tailwind CSS utility classes. It uses striped body rows, emphasized first-column cells, no-wrap content, and a horizontal-scroll wrapper. There is no component package or runtime JavaScript dependency, but the styling relies on Tailwind variants and utility generation.



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 clean starting point for a small, read-only table, with semantic markup and no runtime dependency. Use it as a visual skeleton, not a finished data-grid solution. Its rigid no-wrap cells need deliberate responsive treatment because the verified narrow render escapes the viewport.
Use it if
- You need a simple read-only table for short administrative or directory-style records.
- Your project already compiles Tailwind utility classes and you want markup that is easy to adapt.
- Horizontal scrolling is acceptable when columns cannot be compressed on narrow screens.
Skip it if
- You need sorting, filtering, pagination, selection, or editable cells without building those behaviors yourself.
- Your mobile layout must remain fully contained without horizontal viewport overflow.
- You need a reusable data-driven component rather than static example markup.
- Your project does not use Tailwind and you do not want to translate the utility classes into local CSS.
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 CSS configured to scan this markup, including the descendant and state variants used by the table. If Tailwind is unavailable, replace the utilities with equivalent local CSS. No icon library, component registry, or runtime 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-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
- 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