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