---
Title: Toolbar Title Component
Added: v2.0.0
Status: Active
Last reviewed: 2018-06-08
---

# [Toolbar Title Component](../../../lib/core/toolbar/toolbar-title.component.ts "Defined in toolbar-title.component.ts")

Supplies custom HTML to be included in a [Toolbar component](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)