Measured entry

hyperui-tables-3

tableeditorial

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.

Specimen
Harness screenshot of hyperui-tables-3 at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hyperui-tables-3 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-tables-3 at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for hyperui-tables-3
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal17.5 KB (82.9 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for hyperui-tables-3
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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.

Alternatives

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.