This is Github alike calendar a standalone Web Component using Stencil. Wrapper of @IonicaBiza's github calendar library
You can use the element anywhere in your template, JSX, html etc
<github-alike-calendar username="imhta" responsive="true"></github-alike-calendar>
- 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
- 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
- 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
Have an idea? Found a bug? Feel free make pull request