Package Exports
- @gits-id/pagination
 - @gits-id/pagination/dist/pagination.es.js
 - @gits-id/pagination/dist/pagination.umd.js
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gits-id/pagination) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GITS Pagination Component
Reusable Pagination Component
Installation
npm
npm i @gits-id/paginationyarn
yarn add @gits-id/paginationpnpm
pnpm i @gits-id/paginationUsage
<script setup lang="ts">
// import styles
import '@gits-id/pagination/dist/style.css';
// import component
import Pagination from '@gits-id/pagination';
</script>
<template>
  <Pagination />
</template>Documentation
View Pagination documentation here.
Licence
ISC