Measured entry

neobrutalism-table

tablebrutalism

A source-copied React and TypeScript table primitive from a shadcn registry. It wraps semantic table elements with neobrutalist Tailwind classes, includes a scrolling container, and relies on a local cn helper backed by clsx and tailwind-merge plus project-defined theme and font tokens.

Specimen
Harness screenshot of neobrutalism-table at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-table at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of neobrutalism-table 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 neobrutalism-table
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal29.8 KB (95.3 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound presentational table primitive for teams already using this neobrutalist theme. It builds and mounts cleanly, stays usable across the tested layouts, and preserves native table semantics, but application-level data features remain your responsibility.

Use it if

  • You want composable semantic table parts with a caption, header, body, footer, rows, and cells.
  • Your interface already uses the repository's neobrutalist Tailwind tokens and typography.
  • You need wide tabular content to scroll within its container on narrow screens.

Skip it if

  • You need sorting, filtering, pagination, virtualization, or data-grid keyboard behavior out of the box.
  • Your design system does not define the custom color and font utility classes used by this component.
  • You want a neutral table that can be dropped in without adopting or remapping its bold neobrutalist styling.

Install

Installation record for neobrutalism-table
Declared dependenciesclsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add Tailwind CSS, configure the source alias or replace it with a relative import, create the cn utility using clsx and tailwind-merge, and define the referenced border, foreground, main, secondary background, and font theme classes.

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.

License
MIT
Record published
2026-08-16

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.