Measured entry
tripled-animated-pagination-shadcnui
navbarminimal-flatmotion on file
A shadcn registry TSX component for compact pagination, with native buttons, an animated active-page indicator, and chevron controls. It ships as a client component with fixed internal state and depends on React, Framer Motion, Lucide icons, and Tailwind-style theme utilities; the registry also declares the shadcn button dependency.



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 | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 58.8 KB (124.2 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A polished starting point that builds, mounts, and stays contained across tested layouts, but it is demo-grade rather than drop-in application pagination. Add accessible names, expose state and page count as props, and connect it to navigation before shipping.
Use it if
- You need a compact client-side pager with a sliding active-state indicator.
- Your app already uses Framer Motion and Lucide, so the added dependency cost is acceptable.
- You are comfortable replacing the fixed page count and wiring selection into real pagination state.
Skip it if
- You need production-ready accessibility without edits, since the previous and next icon buttons lack discernible names.
- You need URL-aware, server-controlled, or data-driven pagination out of the box; this component exposes no props and keeps selection locally.
- You want to avoid Framer Motion for a small navigation control.
Install
| Declared dependencies | framer-motion, lucide-react, react, radix-ui |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, add React, Framer Motion, and Lucide React, then provide Tailwind-compatible utility classes plus foreground and accent theme variables. The registry lists the shadcn button dependency, although this source renders native buttons. No provider is required.
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/moumen-soliman/uitripledAlternatives
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