alfresco-ng2-components/docs/core/toolbar-title.component.md

31 lines
603 B
Markdown

---
Added: v2.0.0
Status: Active
---
# Toolbar Title Component
Supplies custom HTML to be included in a [Toolbar component](../core/toolbar.component.md) title.
![](../docassets/images/adf-toolbar-02.png)
## Basic Usage
```html
<adf-toolbar>
<adf-toolbar-title>
<adf-breadcrumb ...></adf-breadcrumb>
</adf-toolbar-title>
...
</adf-toolbar>
```
## Details
You can use this component to include any HTML or Angular components in the Toolbar title section.
## See Also
- [Toolbar component](toolbar.component.md)
- [Toolbar divider component](toolbar-divider.component.md)