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