Minimal Vanilla JavaScript Calendar Component

Category: Date & Time , Javascript | April 14, 2016
Authormikeumus
Last UpdateApril 14, 2016
LicenseMIT
Views3,529 views
Minimal Vanilla JavaScript Calendar Component

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

 

You Might Be Interested In:


Leave a Reply