Function: Month()
Month(
props
):Element
Defined in: src/components/Month.tsx:12
Render the grid with the weekday header row and the weeks for the given month.
Parameters
Parameter | Type |
---|---|
props | { calendarMonth : CalendarMonth ; displayIndex : number ; } & HTMLAttributes <HTMLDivElement > |
Returns
Element