0.1.0 • Published 2 years ago

wc-github-graph v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

wc-github-graph

A Web component displays Github contributions graph.

inperied from react-github-graph

wc

Usage

By CDN

<script type="module" src="https://cdn.jsdelivr.net/npm/wc-github-graph@latest" />

<github-corners username="your-username"></github-corners>

By NPM

npm install wc-github-graph

import in your project entry

// mian.ts
import 'wc-github-graph'

use it

<github-graph username="your-username" />

API

Example

<github-graph username="your-username"> </github-graph>

FAQ

  1. How can I use it in Vue ?

    see web-components

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago