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
23
docs/core/toolbar-divider.component.md
Normal file
23
docs/core/toolbar-divider.component.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
Added: v2.0.0
|
||||
Status: Active
|
||||
---
|
||||
# Toolbar Divider Component
|
||||
|
||||
Divides groups of elements in a Toolbar with a visual separator.
|
||||
|
||||
## Basic Usage
|
||||
|
||||
```html
|
||||
<adf-toolbar>
|
||||
<button></button>
|
||||
<button></button>
|
||||
<adf-toolbar-divider></adf-toolbar-divider>
|
||||
<button></button>
|
||||
</adf-toolbar>
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
||||
- [Toolbar component](toolbar.component.md)
|
||||
- [Toolbar Title component](toolbar-title.component.md)
|
Reference in New Issue
Block a user