Measured entry

neobrutalism-pagination

tabsbrutalism

A React and TypeScript pagination primitive shipped as shadcn registry source. It composes semantic navigation, list, link, previous, next, and ellipsis elements with Tailwind classes, Lucide icons, a local class-merging helper, and the project’s neobrutalist button variants.

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

What the harness recorded

BARE BUILD

✗ Build failed in 33.50s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/pagination.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A solid presentational primitive for teams already using the matching design system. It builds and mounts cleanly in that environment, but needs a shadcn-style setup because the bare version cannot resolve its local utility import.

Use it if

  • You want link-based pagination that fits an existing neobrutalist component set.
  • Your app already uses Tailwind utilities and shadcn-style source components.
  • You need composable page links with active-page, previous, next, and ellipsis states.

Skip it if

  • You need pagination state, routing, or data fetching built into the component.
  • Your design system does not use the bundled neobrutalist button treatment.
  • You want a standalone package with no local aliases, utility helper, or button component.

Install

Installation record for neobrutalism-pagination
Declared dependencies@radix-ui/react-slot
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add React, Lucide React, Tailwind styling, the registry’s neobrutalist button component, a class-merging helper compatible with cn, and aliases for the local component and utility imports. Add Radix Slot if required by the button dependency.

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-14

Alternatives

Other published entries for the tabs pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.