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!
I'm looking to achieve something like this:
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!