/github-alike-calendar

Embed your GitHub calendar everywhere. A web component

Primary LanguageTypeScriptMIT LicenseMIT

Built With Stencil

Github alike calendar

This is Github alike calendar a standalone Web Component using Stencil. Wrapper of @IonicaBiza's github calendar library

Getting Started

You can use the element anywhere in your template, JSX, html etc

  <github-alike-calendar username="imhta" responsive="true"></github-alike-calendar>

Using this component

Script tag

  • Put a script tag similar to this <script src='https://cdn.jsdelivr.net/npm/github-alike-calendar@0.0.4/dist/github-alike-calender.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install github-alike-calendar --save
  • Put a script tag similar to this <script src='node_modules/github-alike-calendar/dist/github-alike-calendar.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil app

  • Run npm install github-alike-calendar --save
  • Add an import to the npm packages import github-alike-calendar;
  • Then you can use the element anywhere in your template, JSX, html etc

💖 Contributors

Have an idea? Found a bug? Feel free make pull request