Pagination
Page-number controls for navigating large data sets.
Install
npx shadcn add @clearly/paginationPreview
Live Pagination component — see usage below.
Usage
import { Pagination } from "@/components/ui/pagination"
<Pagination />Every Clearly component also accepts glass (subtle·medium·strong), specular and className.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
aria-label | string | "pagination" | Accessible label for the nav element. |