Weekdays
component displays row with weekday names on the top of day calendar. It receives collection of localised weekday names.
{"short": "su","narrow": "s","abbreviated": "Sun","wide": "Sunday","numeric": 0}
Replace it with custom component.
Demo datepicker
Jan 6th
Su
Mo
Tu
We
Th
Fr
Sa
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
31
Props
names
Array<{
"short": "string",
"narrow": "string",
"abbreviated": "string",
"wide": "string",
"numeric": "number"
}>
required