Pagination
Pagination with page navigation, next and previous links.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/paginationUsage
Import the component from the package:
import { Pagination } from "@/registry/ui/pagination"Then use it in your application:
<Pagination />