accessiblePageLabel | accessible-page-label | Adds accessible label for the page item | string | "Strana" |
accessibleSelectLabel | accessible-select-label | Adds accessible label for the page select | string | "Vybrat stranu" |
color | color | Style variation of the pagination. | "neutral" | "primary" | "primary" |
current | current | Currently displayed page | number | 1 |
labelEnd | label-end | Description of the option to move one page forward | "Přejít na konec" | 'Přejít na konec' |
labelNext | label-next | Description of the option to go to the end of paging | "Přejít na další stranu" | 'Přejít na další stranu' |
labelPrev | label-prev | Description of the possibility to go back one page | "Přejít o stranu zpět" | 'Přejít o stranu zpět' |
labelStart | label-start | Description of the option to go to the top of paging | "Přejít na začátek" | 'Přejít na začátek' |
link | link | Setting a link to redirect to a given page. The {PAGE} wildcard can be used in the link to replace the page number. Note that in the case of paging through a link, it is always necessary to send to the component the current page where the user is. | string | undefined |
maxPages | max-pages | Maximum pages displayed for selection | number | 5 |
pageSize | page-size | Maximum number of entries per page | number | 10 |
selectIdentifier | select-identifier | Custom select identifier. | string | undefined |
size | size | Pagination's size | "m" | "s" | "m" |
total | total | Total count of entries | number | 0 |
type | type | Pagination type | "button" | "select" | "button" |