Toolbar Module Name: ToolbarModule

Module Name: ToolbarModule

The Toolbar is a container for headers, titles and actions.

Showcase
Toolbar Basic
Toolbar Primary
Toolbar Information
Toolbar Warning
Toolbar Danger
<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
NameTypeDefaultDescriptionOptions
colorstringbasicChanges the default color of the toolbar. basic | primary | success | information | warning | danger | light | dark
heightstring60pxToolbar height. px | % | em