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