Name and description | Type | Value |
---|---|---|
[defaultViewedMonth] Default month to show | TuiMonth | {year: 2025, month: 3} |
[disabledItemHandler] A handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiDay> | ()=>!1 |
[items] Fixed intervals (shows 2 calendars with empty array) | TuiDayRangePeriod[] | [] |
[markerHandler] A handler that gets date and returns null or a tuple with circled marker colors | TuiMarkerHandler | null |
[min] Min date | TuiDay | {year: 0, month: 0, day: 1} |
[max] Max date | TuiDay | {year: 9999, month: 11, day: 31} |
[minLength] Minimal length of range | TuiDayLike | null |
[maxLength] Maximal length of range | TuiDayLike | null |
(rangeChange) Selected date range | TuiDayRange |