Pagination
Last modified by Thiago Krieck on 2023/12/05 13:31
Shoelace
Shoelace does not have a Pagination component. Should be done with custom element.
vue-dsfr
https://vue-dsfr.netlify.app/?path=/docs/composants-dsfrpagination--docs
<template>
<DsfrPagination :pages="pages" v-model:current-page="currentPage" />
</template>Vuetify
https://vuetifyjs.com/en/components/paginations/#usage
<v-pagination :length="4"></v-pagination>