feat(Pagination): new component

Resolves #11
This commit is contained in:
Benjamin Canac
2024-04-17 15:51:46 +02:00
parent 7d736c3812
commit c36bae4b21
9 changed files with 2265 additions and 0 deletions

8
src/theme/pagination.ts Normal file
View File

@@ -0,0 +1,8 @@
export default {
slots: {
root: '',
list: 'flex items-center gap-1',
ellipsis: 'pointer-events-none',
label: 'min-w-5'
}
}