[defaultViewedMonth] default month to show | TuiMonth | |
[disabledItemHandler] a handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiDay> | |
[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 | null | |
[max] max date | TuiDay | null | |
[minLength] minimal length of range | TuiDayLike | null | |
[maxLength] maximal length of range | TuiDayLike | null | |
(rangeChange) selected date range | TuiDayRange |