Skip to main content

css

css: string

this property controls the CSS class for the top container of the toolbar. The default value is an empty string.

Usage

Defining CSS class

<Toolbar css="somebar" />

<style>
.somebar {
background-color: #f0f0f0;
}
</style>