VPagination
Props
| Name | Type | Description |
|---|---|---|
| size | Enum:super-condensedcondensednormal | The size the pagination should have. |
| shape | Enum:roundedpill | The shape the pagination should have. |
| nav-icons | boolean | |
| total | number | |
| selected-index | number |
Events
| Name | Event Type | Description |
|---|---|---|
| pagination-change | CustomEvent<{selectedIndex: number, total: number, oldIndex: number}> | Fires when the page changes. |
Methods
| Name | Type | Description |
|---|---|---|
| totalChanged | (_: number,newValue: number) => unknown | |
| selectedIndexChanged | (oldValue: number,newValue: number) => unknown | |
| paginationButtonsChanged | `(_: HTMLButtonElement[] | undefined,newValue: HTMLButtonElement[]) => unknown` |