Skip to main content

css

Description

Optional. Controls the CSS class for the top container of the toolbar

Usage

css?: string;

Example

Defining CSS class:

<Toolbar css="somebar" />

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