JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q91221F
  • License ISC

GITS Pagination Component

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/pagination

yarn

yarn add @gits-id/pagination

pnpm

pnpm i @gits-id/pagination

Usage

<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