CalendarCellProps
The props which will be received by the custom cell of the Calendar and the MultiViewCalendar.
className?
string
formattedValue
string
id
string
isDisabled?
boolean
isFocused
boolean
isInRange
boolean
isRangeEnd
boolean
isRangeMid
boolean
isRangeSplitEnd?
boolean
isRangeSplitStart?
boolean
isRangeStart
boolean
isSelected
boolean
isToday
boolean
isWeekend
boolean
onClick?
(value: Date, event?: MouseEvent<any>) => void
onMouseEnter?
(value: Date, event?: MouseEvent<any>) => void
onMouseLeave?
(value: Date, event?: MouseEvent<any>) => void
style?
CSSProperties
title?
string
value
Date