An open API service indexing awesome lists of open source software.

https://github.com/enpitsulin/wc-github-graph

A Web component displays Github contributions graph.
https://github.com/enpitsulin/wc-github-graph

webscomponent

Last synced: 20 days ago
JSON representation

A Web component displays Github contributions graph.

Awesome Lists containing this project

README

          

# wc-github-graph

A Web component displays Github contributions graph.

inperied from [react-github-graph](https://github.com/kylekarpack/react-github-graph)

![wc](https://user-images.githubusercontent.com/29378026/164646290-0f122e45-eb21-47b8-8cf0-a49bf6707fae.png)

## Usage

### By CDN

```html

```

### By NPM

```sh
npm install wc-github-graph
```

import in your project entry

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

use it

```html

```

## API

### Example

```html

```

### FAQ

1. How can I use it in Vue ?
> see [web-components](https://vuejs.org/guide/extras/web-components.html)