Measured entry
hextaui-pagination
A composable React pagination row shipped as a shadcn registry item. It renders semantic navigation, list, anchor, previous, next, and ellipsis parts, and relies on the shared button variants and cn utility, Tailwind classes, Lucide icons, and the button stack's Radix Slot, clsx, and tailwind-merge packages.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 32.9 KB (98.4 KB build, 65.5 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 559ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-2b42ff1ec22e/src/cut/components/ui/pagination.tsx".
Verdict
A sensible fit for an existing shadcn-style system: it builds and mounts cleanly, has solid semantics, and stays deliberately small in scope. Use it as presentation around your own paging logic, but shorten the visible page range on narrow layouts because the supplied full row can overflow.
Use it if
- You already use shadcn-style button variants and want pagination links that inherit the same visual language.
- Your router or server can supply anchor destinations, active-page state, and a shortened page sequence.
- You want semantic navigation markup with named previous and next controls and a current-page indicator.
Skip it if
- You need the component to calculate page ranges, manage state, or integrate with data fetching on its own.
- You must show a long, fixed page sequence on narrow screens without adding responsive collapsing or horizontal scrolling.
- Your design system does not use Tailwind or a compatible button-variant utility and you do not want to recreate those styles.
Install
| Declared dependencies | @radix-ui/react-slot, clsx, tailwind-merge |
|---|---|
| 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 and Lucide icons, Tailwind styling, a cn helper backed by clsx and tailwind-merge, and a compatible button module with buttonVariants and Radix Slot support. Replace the registry aliases with local paths, then connect each anchor and active state to your router or paging logic.
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/preetsuthar17/HextaUIAlternatives
Other published entries for the navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hyperui-headers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 19.1KB
- Bare
- pass
- Prov
- NO
- kibo-dialog-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.4KB
- Bare
- pass
- Prov
- NO
- ruixen-floating-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 59.9KB
- Bare
- pass
- Prov
- NO
- ruixen-hover-gradient-navbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 60.9KB
- Bare
- pass
- Prov
- NO
- ruixen-expandable-menu-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 61.8KB
- Bare
- pass
- Prov
- NO
- hextaui-cardminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO