Skip to content

Paginate API

API reference docs for the Stash Paginate component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import Paginate from '@leaflink/stash/Paginate.vue';

Props

NameTypeDefaultDescription
currentPagenumber1Current page number
listLengthnumber1Total number of items in list
pageSizenumber50Number of items per page

Slots

None

Events

NameDescription
set-pageEmitted when the page number changes.