Day
Calendar Day from the Calendar package.
Loading CalendarDay…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
dateRequired | Date | — |
eventsOptional | readonly CalendarEvent[] | [] |
isCurrentMonthOptional | boolean | true |
isSelectedOptional | boolean | false |
isTodayOptional | boolean | false |
onSelectOptional | ((date: Date) => void) | — |
onEventSelectOptional | ((event: CalendarEvent) => void) | — |