Pagination

The Pagination component is a navigational element that divides content into discrete pages, allowing users to navigate through large sets of data or content efficiently. It provides controls to move between pages, such as next, previous, and specific page numbers. This component is essential for enhancing user experience by making large amounts of information more manageable and accessible.

Pagination

aria-label
Required

string

getHref

(page: string | number) => string

leftArrow

ReactElement<any, string | JSXElementConstructor<any>>

onChange
Required

(page: string | number) => void

page
Required

number

pageCount
Required

number

rangeDisplay

number | undefined = 5

rightArrow

ReactElement<any, string | JSXElementConstructor<any>>