-
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/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'>
<link href='https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css' rel='stylesheet'>
, then:
calendar.plugins [ Plugin.bootstrap5Plugin ]
calendar.themeSystem.bootstrap5
<link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css' rel='stylesheet'>
<link href='https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/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