CalendarMonth KIT

Examples API Setup
Source code
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
-
Name and descriptionType Value
[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: 2024, month: 10, day: 20}
(monthClick)
Selected month
TuiMonth Emit!