Calendar
Falcon uses FullCalendar for calendar component. FullCalendar is full-sized drag & drop event calendar.
FullCalendar DocumentationExample
Basic example of FullCalendar with default options in Falcon. You can also pass the extra options using data-calendar
attribute.See advanced implementation of fullCalendar
<div data-calendar='{"events":[{"title":"Bootcamp","start":"2023-02-23"}]}'></div>
Stylesheet
<link href="vendors/fullcalendar/main.min.css" rel="stylesheet" />
Javascript
<script src="vendors/fullcalendar/main.min.js"></script>