Pagination

Navigate between pages of tabular data. Three variants: numbers, minimal, and with-labels.

import{ Pagination } from "@pepulux/ui"

Numbers variant

Minimal variant

Page 3 of 8

With labels

Props

PropTypeDefaultDescription
totalPages*numberTotal number of pages
currentPage*numberActive page (1-indexed)
onPageChange*(page: number) => voidCalled when page changes
variant"numbers" | "minimal" | "with-labels""numbers"Layout variant
shape"square" | "circle""square"Page button shape
siblingCountnumber1Pages shown each side of current