How To Update The UI of The Individual Calendar Item In Full Calendar?

56 Views Asked by At

enter image description here

I would like to change the way each Calendar Item renders in this Full Calendar. Is there a way to accomplish this? I already used renderCellContents to update the overall Calendar Date cell. But the individual item has been a challenge.

I'm using Next.js with TypeScript and MUI v4

1

There are 1 best solutions below

0
Tushar Sahoo On

Well Full Calendar provides custom CSS classes for changing the style and other design requirements.

Then you can use eventContent to handle how the UI of the events you have added would look.