-
Notifications
You must be signed in to change notification settings - Fork 7
FullCalendar Themes
Andrew Sutton edited this page Apr 7, 2025
·
3 revisions
calendar.themeSystem.standard
(In index.html's head)
<link href='https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css' rel='stylesheet'>
<link href='https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css' rel='stylesheet'>
, then:
calendar.plugins [ Plugin.bootstrap5Plugin ]
calendar.themeSystem.bootstrap5
<link href='https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.css' rel='stylesheet'>
<link href='https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.1/css/all.css' rel='stylesheet'>
, then:
calendar.plugins [ Plugin.bootstrapPlugin ]
calendar.themeSystem.bootstrap
OR you can choose between various Bootswatch themes (see full list of themes here):
run npm install bootswatch
calendar.themeSystem.sketchy