PaginationProps
Properties
Number of always visible pages at the beginning and end.
Override or extend the styles applied to the component.
The active color. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
The name of the component where this hook is used.
The page selected by default when the component is uncontrolled.
Accepts a function which returns a string value that provides a user-friendly name for the current page. This is important for screen reader users.
If true
, hide the next-page button.
If true
, hide the previous-page button.
Callback fired when the page is changed.
Render the item.
The shape of the pagination items.
If true
, show the first-page button.
If true
, show the last-page button.
Number of always visible pages before and after the current page.
The variant to use.