JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q89929F
  • License ISC

GITS Pagination Component

Package Exports

  • @gits-id/pagination
  • @gits-id/pagination/src/index.ts

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

Vue Pagination Component.

Features

  • Vue 3
  • TypeScript support
  • Customizable style via CSS Properties

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 VPagination from '@gits-id/pagination';
import '@gits-id/pagination/dist/style.css';
</script>

<template>
  <VPagination />
</template>

Documentation

View full documentation here.

License

MIT