- A simple implementation of Full Calendar JS (https://fullcalendar.io) in Lightning Web Components.
- The calendar data is currently mocked but can easily be refactored to retrieve data from an Apex controller.
- JQuery
- Moment.js
- FullCalendarJS
lwc/fullCalendarJs
- FullCalendarJS Lightning Web Componentstaticresources/FullCalendarJS
- JS and CSS files.
- I'm not sure if LWC has a way to use
loadStyle()
with theprint
attribute similar to<link>
tags. This is used to indicate that a separate CSS can be loaded for print or print preview.