mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2463] Moved doc files to subfolders (#3070)
* [ADF-2463] Moved doc files to subfolders * [ADF-2463] Fixed broken image links * [ADF-2463] Moved doc files to subfolders * [ADF-2463] Fixed broken image links
This commit is contained in:
committed by
Eugenio Romano
parent
d4780d41ce
commit
ba905acf13
29
docs/core/toolbar-title.component.md
Normal file
29
docs/core/toolbar-title.component.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
Added: v2.0.0
|
||||
Status: Active
|
||||
---
|
||||
# Toolbar Title Component
|
||||
|
||||
Supplies custom HTML to be included in a Toolbar component title.
|
||||
|
||||

|
||||
|
||||
## 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)
|
Reference in New Issue
Block a user