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