-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'd really love it if I could control what is rendered on each day a little more. Right now this works really well for a date-picker type application, but for something like Google Calendar you'd need to be able to render whether a day has events.
I propose something like this, where I'm using a new component called DayRenderer instead of DayLabel:
<Cal.Days>
<Cal.Day>
<Cal.DayInRange />
<Cal.DayRenderer
render={({ dayjsDate }) => (
<DaysEvents date={dayjsDate} />
)}
/>
</Cal.Day>
</Cal.Days>Metadata
Metadata
Assignees
Labels
No labels
