CalendarGrid
Grid of a calendar
Optional props
startDate
The first date displayed in the calendar grid. Defaults to the first visible date in the calendar. Override this to display multiple date grids in a calendar.
type
CalendarDate
default
null
endDate
The last date displayed in the calendar grid. Defaults to the last visible date in the calendar. Override this to display multiple date grids in a calendar.
type
CalendarDate
default
null
weekdayStyle
The style of weekday names to display in the calendar grid header, e.g. single letter, abbreviation, or full day name.
type
narrow
short
long
default
"narrow"