Skip to main content

css

css: string

This property allows setting a CSS class for the top container of the Toolbar. The default value is an empty string.

Usage

Applying a CSS Class

<Toolbar css="somebar" />

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