Skip to content

Latest commit

 

History

History

stats

Morpheme Stats Component

Reusable Stats Component

Installation

npm

npm i @morpheme/stats

yarn

yarn add @morpheme/stats

pnpm

pnpm i @morpheme/stats

Usage

<script setup lang="ts">
import Stats from '@morpheme/stats';
</script>

<template>
  <Stats />
</template>

Documentation

View Stats documentation here.

License

MIT