@@include('styles.html')
@@include('header.html') @@include('side-header.html')

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

@@include('footer.html')
@@include('scripts.html')