Measured entry

hextaui-pagination

navbarminimal-flat

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.

Specimen
Harness screenshot of hextaui-pagination at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-pagination at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-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 hextaui-pagination
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal32.9 KB (98.4 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for hextaui-pagination
Declared dependencies@radix-ui/react-slot, clsx, tailwind-merge
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 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.

License
MIT
Record published
2026-08-17

Alternatives

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.