VPagination
Props
| Name | Type | Description |
|---|---|---|
| nav-icons | boolean | |
| selected-index | number | |
| shape | Enum:roundedpill | The shape the pagination should have. |
| size | Enum:condensednormalsuper-condensed | The size the pagination should have. |
| total | number |
Events
| Name | Event Type | Description |
|---|---|---|
| pagination-change | CustomEvent<{selectedIndex: number, total: number, oldIndex: number}> | Fires when the page changes. |