Pagination
View Source
…
…
Props
Themeable
Accepts StackView props.
Use the pagination
key in ThemeProvider
to customize the default properties of this component.
activeColor
string
Change the color of the active page
activePageLinkProps
object
Accepts any valid Button props.
currentPage
number
Current visible page number
onPageChange
(nextPage: number) => void
Callback when new page is requested
pageLinkProps
object
Accepts any valid Button props.
totalPages
number
Total available pages
visiblePages
number
Amount of visible pages