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