Pagination

Numbered pagination with prev/next arrows and ellipses for long ranges. Active page flips to foreground.

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

Import & use
import { Nav33 } from "@/components/beste/piece/nav33";

<Nav33
  current={3}
  total={8}
/>