Measured entry
neobrutalism-pagination
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.



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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 28.0 KB (93.4 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | @radix-ui/react-slot |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/ekmas/neobrutalism-componentsAlternatives
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.
- tripled-native-tabs-carbonminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 69.9KB
- Bare
- pass
- Prov
- NO
- shadcn-tabsunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 22.4KB
- Bare
- fail
- Prov
- NO
- shadcn-paginationunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 28.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-109minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.1KB
- Bare
- fail
- Prov
- NO
- originui-comp-110minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.1KB
- Bare
- fail
- Prov
- NO
- shadcn-toggle-groupunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 35.4KB
- Bare
- fail
- Prov
- NO