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.
- Host: GitHub
- URL: https://github.com/enpitsulin/wc-github-graph
- Owner: enpitsuLin
- Created: 2022-04-22T08:08:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T01:27:52.000Z (about 4 years ago)
- Last Synced: 2024-10-18T08:33:59.327Z (over 1 year ago)
- Topics: webscomponent
- Language: TypeScript
- Homepage: https://enpitsulin.github.io/wc-github-graph/demo/index.html
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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)