Author: | mikeumus |
---|---|
Views Total: | 3,494 views |
Official Page: | Go to website |
Last Update: | April 14, 2016 |
License: | MIT |
Preview:

Description:
A lightweight and simple-to-use Vanilla JavaScript library used for rendering an infinitely navigatable calendar component on your webpage.
How to use it:
Load the core JavaScript file ‘calendar.js’ at the end of the html document.
<script src="calendar.js"></script>
Create a container where you want to render the calendar.
<div id="calendarThis"> </div>
Render the calendar inside the DIV container you created.
renderCalendar(calendarThis);