Skip to content

VPagination

Props

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

Events

NameEvent TypeDescription
blurFocusEventFires when the element loses focus.
clickMouseEventFires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
focusFocusEventFires when the element receives focus.
inputEventFires when the value of an element has been changed.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
pagination-changeCustomEvent<{selectedIndex: number, total: number, oldIndex: number}>Fires when the page changes.

Methods

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