css
Description
Adds a custom style to the RangeCalendar control.Usage
css?: string;
Example
<RangeCalendar css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling a range calendar
css?: string;
<RangeCalendar css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling a range calendar