# BasePagination

Pagination component

# Props

Prop name Description Type Values Default
total specify total number of pages number - null
v-model currently active page number number - 1
useLinkElement specify if pagination elements should be links - specify a vue link element or
set the variable false if element should not be a link
(this needs vue-router)
currently only vue components (like 'RouterLink' or 'NuxtLink') are supported!
string|boolean - false

# Events

Event name Properties Description
set-page undefined number - the new page number triggered on page select

# Demo

Adjust the number of pages and resize to see differences in the display.

Last Updated: 3/27/2023, 4:42:24 PM