Hacktron Design System

Pagination

A control for paging through a large set of items.

<template>
  <Pagination v-model:page="page" :total="total" :items-per-page="itemsPerPage" />
</template>

Props

Name Type Default
totalnumber
itemsPerPagenumber
modelValuenumber
siblingCountnumber2 (UPagination's own default)
prevLabelstring"Previous"
nextLabelstring"Next"

Usage