css
Description
Optional. Adds a custom CSS class to the component's root elementUsage
css?: string;
Example
<Month css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling the Month control
css?: string;
<Month css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling the Month control