Measured entry

hyperui-tables-4

tableeditorial

A compact, static data table shipped as raw HTML styled with Tailwind utility classes. It places a sticky header over a constrained, horizontally scrollable wrapper and uses plain semantic table markup. It has no component-library or JavaScript dependency, but the supplied classes require a Tailwind build.

Specimen
Harness screenshot of hyperui-tables-4 at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hyperui-tables-4 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hyperui-tables-4 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-4
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious1
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 Tailwind table, with valid build and mount behavior. Do not ship it unchanged: the narrow layout overflows, and the scrollable wrapper needs keyboard access. Best for teams willing to add that accessibility fix and their own data behavior.

Use it if

  • You need a compact, read-only table with headings that stay visible inside a constrained scroll area.
  • Your app already uses Tailwind and you want simple semantic markup that is easy to adapt.
  • You can add keyboard access to the scroll wrapper and accept horizontal navigation on narrow screens.

Skip it if

  • You need an accessible component that can be shipped unchanged, because the scrollable region is not keyboard-focusable.
  • Your table must fit narrow screens without horizontal overflow or clipped columns.
  • You need sorting, filtering, pagination, row selection, or live data behavior built in.

Install

Installation record for hyperui-tables-4
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

Add Tailwind CSS with support for the utilities used here, then copy the markup. Make the overflow wrapper keyboard-focusable and give the table or region an accessible name. No shadcn setup 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.

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.