0.1.1 • Published 3 years ago

github-calendar-web-component v0.1.1

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

github-calendar-web-component.js

Version Downloads

ES6 Web Component wrapper for GitHub Calendar.

demo

Not all features are exposed, feel free to contribute.

Installation

# Using npm
npm install --save github-calendar-web-componen

# Using yarn
yarn add github-calendar-web-componen

Usage

<!-- Serve from CDN -->
<script
    src="https://unpkg.com/github-calendar-web-component@0.1.0/dist/github-calendar-web-component.min.js"
    type="module"
></script>


<github-calendar
    username="kristofgilicze"
    summary-text="Override the default summary text"
></github-calendar>

preview