# Toolbar Title Component

Supplies custom HTML to be included in a Toolbar component title.

![](docassets/images/adf-toolbar-02.png)

<!-- markdown-toc start - Don't edit this section.  npm run toc to generate it-->

<!-- toc -->

- [Basic Usage](#basic-usage)
- [Details](#details)

<!-- tocstop -->

<!-- markdown-toc end -->

## 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.