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/statsyarn
yarn add @gits-id/statspnpm
pnpm i @gits-id/statsUsage
<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