fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I render a custom background for a day component?

nandorojo opened this issue · comments

I'm looking to achieve something like this:

image

I've tried using the eventContent prop, but I'm not having much luck. Is there a way to render a custom component that takes over the box for a given day's background?

My solution for now is probably to use custom CSS selectors and a background image, but it's definitely not ideal. Thanks!

Please refer to the support page and use Stack Overflow for help.

You can do that with background events:

https://codepen.io/acerix/pen/PoGmJxB?editors=0110