Skip to content

VPagination

Props

NameTypeDescription
nav-iconsboolean
selected-indexnumber
shapeEnum:
rounded
pill
The shape the pagination should have.
sizeEnum:
condensed
normal
super-condensed
The size the pagination should have.
totalnumber

Events

NameEvent TypeDescription
pagination-changeCustomEvent<{selectedIndex: number, total: number, oldIndex: number}>Fires when the page changes.