0.0.4 • Published 5 years ago

github-alike-calendar v0.0.4

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

Built With Stencil

Github alike calendar

This is Github alike calendar a standalone Web Component using Stencil. Inspired from @IonicaBiza's github calendar

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://unpkg.com/github-alike-calendar@0.0.1/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

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

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago