CalendarMonth KIT

Examples API Setup
Source code
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
-
Name and descriptionTypeValue
[disabledItemHandler]
A handler that gets a month and returns true if it is disabled.
Must be a pure function
TuiBooleanHandler<TuiMonth> ()=>!1
[max] Maximal month TuiMonth  |  null {year: 9999, month: 11, day: 31}
[min] Minimal month TuiMonth  |  null {year: 0, month: 0, day: 1}
[maxLength] Maximum length number
[minLength] Minimum length number
[value] A single month or a range of months TuiMonthRange  |  TuiMonth  |  null
[(year)] Current year TuiYear {year: 2025, month: 4, day: 5}
(monthClick) Selected month TuiMonth