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

PropTypeDefaultDescription
totalnumberTotal number of items.
pagenumber1Current active page (1-indexed).
pageSizenumber10Number of items per page.
onChange(page: number) => voidCalled when the user navigates to a new page.
classNamestringAdditional classes for the wrapper.
© 2026 Steal Shadow. MIT License.Report an issue