Toolbar Module Name: ToolbarModule
Module Name: ToolbarModule
The Toolbar is a container for headers, titles and actions.
Showcase
<tl-toolbar><span>Toolbar Basic</span></tl-toolbar>
<tl-toolbar [color]="'primary'"><span>Toolbar Primary</span></tl-toolbar>
<tl-toolbar [color]="'information'"><span>Toolbar Information</span></tl-toolbar>
<tl-toolbar [color]="'warning'"><span>Toolbar Warning</span></tl-toolbar>
<tl-toolbar [color]="'danger'"><span>Toolbar Danger</span></tl-toolbar>
Properties
Name | Type | Default | Description | Options |
---|---|---|---|---|
color | string | basic | Changes the default color of the toolbar. | basic | primary | success | information | warning | danger | light | dark |
height | string | 60px | Toolbar height. | px | % | em |