1.1.1 • Published 7 years ago

eb-calendar v1.1.1

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

eb-calendar

Travis npm package Coveralls

Installation

npm install --save eb-calendar

If you're not using a module bundler or not using npm as your package manager, we also have a global ("UMD") build available at:

https://unpkg.com/eb-calendar/umd/eb-calendar.min.js

To use it from your HTML, place these scripts at the position you want the calendar to render in your index.html and replace the '!your-profile-slug!' part with your professional slug:

<script>window.ebProfessional="!your-profile-slug!"</script><script async src="https://unpkg.com/eb-calendar/umd/eb-calendar.min.js"></script>