Skip to content
On this page

VPagination

Props

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

Events

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

Methods

NameTypeDescription
totalChanged(_: number,newValue: number) => unknown
selectedIndexChanged(oldValue: number,newValue: number) => unknown
paginationButtonsChanged`(_: HTMLButtonElement[]undefined,newValue: HTMLButtonElement[]) => unknown`