Pagination

Numbered pagination with prev/next chevrons, ellipsis truncation, and a filled primary active tile.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Nav15 } from "@/components/beste/piece/nav15";

<Nav15
  current={4}
  total={12}
/>