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