Pagination

Pagination with page navigation, next and previous links.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/pagination

Usage

Import the component from the package:

import { Pagination } from "@/registry/ui/pagination"

Then use it in your application:

<Pagination />

Examples

Default