Skip to Content

Calendar

A calendar displays one or more date grids and allows users to select a single date.

July 2026

Component props

NameTypeDescription
valueDateControlled selected date
defaultValueDateDefault selected date
minValueDateMinimum selectable date
maxValueDateMaximum selectable date
isDisabledbooleanDisables the calendar
isReadOnlybooleanMakes the calendar read-only
onChange(date: Date) => voidCalled when date changes