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