JSPM

  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q75161F
  • License ISC

GITS Stats Component

Package Exports

  • @gits-id/stats
  • @gits-id/stats/dist/stats.es.js
  • @gits-id/stats/dist/stats.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/stats) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

GITS Stats Component

Reusable Stats Component

Installation

npm

npm i @gits-id/stats

yarn

yarn add @gits-id/stats

pnpm

pnpm i @gits-id/stats

Usage

<script setup lang="ts">
// import styles
import '@gits-id/stats/dist/style.css';
// import component
import Stats from '@gits-id/stats';
</script>

<template>
  <Stats />
</template>

Documentation

View Stats documentation here.

Licence

ISC