Calendar CORE

Examples API Setup
Source code
November
Mon
Tue
Wed
Thu
Fri
Sat
Sun
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
-
Name and descriptionType Value
[disabledItemHandler]
A handler that gets a date and returns true if it is disabled.
Must be a pure function
TuiBooleanHandler<TuiDay>
()=>!1
[showAdjacent]
Show adjacent months days
boolean
[(hoveredItem)]
Hovered date
TuiDay  |  null
[markerHandler]
A handler that gets date and returns null or a tuple with circled marker colors
TuiMarkerHandler  |  null
[max]
Maximal date to choose
TuiDay  |  null
{year: 9999, month: 11, day: 31}
[maxViewedMonth]
Maximal month to access
TuiMonth  |  null
{year: 9999, month: 11, day: 31}
[min]
Minimum date to choose
TuiDay  |  null
{year: 0, month: 0, day: 1}
[minViewedMonth]
Minimum month to access
TuiMonth  |  null
{year: 0, month: 0, day: 1}
[(month)]
Current month
TuiMonth
[value]
Selected day or range
TuiDayRange  |  TuiDay  |  null
(dayClick)
Date click
TuiDay Emit!