Data/Pagination
Pagination
Page navigation control with smart ellipsis for large ranges. Works great alongside DataTable for paginating records.
import { Pagination } from "@animui/ui"Basic
Large dataset with ellipsis
With record count
Showing 61–70 of 284 results
Props
| Prop | Type | Default | Description |
|---|---|---|---|
total | number | — | Total number of items. |
page | number | 1 | Current active page (1-indexed). |
pageSize | number | 10 | Number of items per page. |
onChange | (page: number) => void | — | Called when the user navigates to a new page. |
className | string | — | Additional classes for the wrapper. |