FullCalendar v7 Docs
Changelog
Debug Templates
Themes
Progress Tracker
Latest:  v7.0.0-rc.3
edit doc view .md

Docs Theme

It is possible to change the look of the calendar (colors, fonts, etc)

Color Palettes
The 5 stock themes come with their own "palettes", which define color values:
Shadcn
Shadcn is a React component framework.
MUI
MUI's Material UI is a React component framework.
Custom Themes
At its heart, the theme system is a collection of class-name props — one for each element in the calendar. Each prop accepts a string or a function that receives state and returns a string.
Render Hook Index
A quick index of render-hook articles that expose ClassName Input, Content Injection Input, and mount lifecycle hooks.