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.
Props
names
Array<{
"short": "string",
"narrow": "string",
"abbreviated": "string",
"wide": "string",
"numeric": "number"
}>
required