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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-animated-pagination-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-animated-pagination-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-animated-pagination-shadcnui 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 tripled-animated-pagination-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal58.8 KB (124.2 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for tripled-animated-pagination-shadcnui
Declared dependenciesframer-motion, lucide-react, react, radix-ui
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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.

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.