
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);







