vue-github-calendar

A vue3 component for Github Activity Calendar.

MIT License

Stars
8

Usage (Hold on, I'm releasing it soon)

npm i vue3-github-calendar
<template>
  <div id="app">
    <GithubCalendar :username="username" />
  </div>
</template>

You can see the effect first, documentation is coming soon.