# 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

```vue
<script setup lang="ts">
import Stats from '@gits-id/stats';
</script>

<template>
  <Stats />
</template>
```

## Documentation

View `Stats` documentation [here](https://gits-ui.web.app/?path=/story/components-stats--default).

## License

MIT
