Minimal Vanilla JavaScript Calendar Component

Category: Date & Time , Javascript | April 14, 2016
Author:mikeumus
Views Total:3,494 views
Official Page:Go to website
Last Update:April 14, 2016
License:MIT

Preview:

Minimal Vanilla JavaScript Calendar Component

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

 

You Might Be Interested In:


Leave a Reply