Numbered pagination with prev/next arrows and ellipses for long ranges. Active page flips to foreground.
npx shadcn add https://ui.beste.co/piece/r/nav33
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
npx shadcn@latest init
import { Nav33 } from "@/components/beste/piece/nav33"; <Nav33 current={3} total={8} />