CalendarMonth
Grid
Calendar Month Grid from the Calendar package.
Loading CalendarMonthGrid…
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 |
|---|---|---|
monthRequired | Date | — |
eventsOptional | readonly CalendarEvent[] | [] |
selectedDateOptional | Date | — |
onDateSelectOptional | ((date: Date) => void) | — |
onEventSelectOptional | ((event: CalendarEvent) => void) | — |