# Pagination A list of buttons or links to navigate through pages. > Based on [Reka UI Pagination](https://reka-ui.com/docs/components/pagination) ## Key Props - `total`: to set the total number of items in the list. - `color`: to set the color of the inactive controls. - `variant`: to set the variant of the inactive controls. - `size`: to set the size of the controls. - `disabled`: to disable the pagination controls. - `to`: to transform buttons into links. ## Usage ```vue /> ```