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