FullCalendar
V7 changelog | Progress Tracker | Repro Templates — These docs are a work in progress
Latest:  v7.0.0-rc.1
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.