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":"2024-02-27"}]}'></div>
Javascript
<script src="vendors/fullcalendar/index.global.min.js"></script>