Numbered pagination with prev/next chevrons, ellipsis truncation, and a filled primary active tile.
npx shadcn add https://ui.beste.co/piece/r/nav15
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
npx shadcn@latest init
import { Nav15 } from "@/components/beste/piece/nav15"; <Nav15 current={4} total={12} />