Prop | Description | Type | Default |
---|---|---|---|
currentPage | The current active page. | number | 1 |
totalPages | The total number of pages. | number | 1 |
showIcons | If `true`, next and previous buttons will be shown with icons. | boolean | false |
layout | The layout style of the pagination. | 'pagination' | 'navigation' | 'table' | 'pagination' |
previousLabel | Label for the previous button. | 'Previous' | 'Go back' | '<' | '‹' | 'Previous' |
nextLabel | Label for the next button. | 'Next' | 'Go forward' | '>' | '›' | 'Next' |