wc-github-graph
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wc-github-graph

Weekly Downloads

4

Version

0.1.0

License

MIT

Unpacked Size

38.5 kB

Total Files

6

Last publish

Collaborators

  • enpitsulin