Elements / Fullcalendar
Fullcalendar
How To Use
Basic Use HTML
<div class="fullcalendar fullcalendar-example"></div>
Js Activation
$('.fullcalendar-example').fullCalendar({
// put your options and callbacks here
});
For more Information please follow the Official Documentation