The header component is used for displaying logos and sidebars toggle buttons.
You can disable sidebars if you choose to use custom configuration.
You can also add any custom HTML after logo components.
<mk-layout-header [isSidebarLeftToggle]="true" [isSidebarRightToggle]="true">
<mk-layout-header-logo><b>Admin</b>LTE</mk-layout-header-logo>
<mk-layout-header-logo-mini><b>A</b>LT</mk-layout-header-logo-mini>
//Custom HTML
</mk-layout-header>
Name | Type | Default | Description |
---|---|---|---|
isSidebarLeftToggle | boolean | true | Defines if the sidebar left toggle button is activated. |
isSidebarLeftToggle | boolean | true | Defines if the sidebar left toggle button is activated. |