1. components
  2. pagination
  3. react

Pagination

Navigate between multiple pages of content.

PositionSymbolNameWeight
1Hydrogen1.0079H
2Helium4.0026He
3Lithium6.941Li

Alternative UI

Display an alternative interface using the alternative property.

1 - 31 of 4

API Reference

Pagination

Property Type Description
data *
array
-
alternative
boolean
-
textSeparator
string
Set the separator text or character, such as "of" in "X of Y".
titleFirst
string
Set an optional title for the first button.
titlePrevious
string
Set an optional title for the previous button.
titleNumeral
string
Set an optional title for the numeral buttons (ex: Page 1).
titleNext
string
Set an optional title for the next button.
titleLast
string
Set an optional title for the last button.
base
string
Sets base classes for the list.
background
string
Sets background classes for the list.
border
string
Sets border classes for the list.
gap
string
Sets gap classes for the list.
padding
string
Sets padding classes for the list.
rounded
string
Sets border radius classes for the list.
classes
string
Provide arbitrary CSS classes for the root.
buttonBase
string
Sets base classes for buttons.
buttonActive
string
Sets active state classes for buttons.
buttonInactive
string
Sets inactive state classes for buttons.
buttonHover
string
Sets hover state classes for buttons.
buttonClasses
string
Provide arbitrary CSS classes for buttons.
labelFirst
React.ReactNode
Set button icon or label for first button.
labelPrevious
React.ReactNode
Set button icon or label for previous button.
labelEllipsis
React.ReactNode
Set button icon or label for ellipsis.
labelNext
React.ReactNode
Set button icon or label for next button.
labelLast
React.ReactNode
Set button icon or label for last button.
type
string
The type of the trigger element
Default: button
page
number
The active page
Default: 1
dir
string
The document's text/writing direction.
Default: ltr
getRootNode
object
A root node to correctly resolve document in custom environments. E.x.: Iframes, Electron.
ids
Partial<...>
The ids of the elements in the accordion. Useful for composition.
translations
IntlTranslations
Specifies the localized strings that identifies the accessibility elements and their states
count *
number
Total number of data items
pageSize
number
Number of data items per page
Default: 10
siblingCount
number
Number of pages to show beside active page
Default: 1
onPageChange
object
Called when the page number is changed
onPageSizeChange
object
Called when the page size is changed