Skip to content

<VueListGoTo>

This component provides an easy way for users to jump directly to a specific page using a dropdown (or any custom UI you build).

vue
<template>
  <VueListGoTo>
    <!-- Render your content here -->
  </VueListGoTo>
</template>

Slots

default

Slot Props

NameDescription
setPageFunction
Function to update the current page. Takes the page number as argument.
pageNumber
The currently active page number.
pagesArray
Array of available page numbers (e.g., [1, 2, 3, ...]).
pagesCountNumber
Total number of available pages.

Version 2.1.1