mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1549] Added docs for Upload, Userinfo, Viewer and Webscript (#2359)
This commit is contained in:
committed by
Eugenio Romano
parent
5cf61e319f
commit
a3020897ed
24
docs/toolbar-divider.component.md
Normal file
24
docs/toolbar-divider.component.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Toolbar Divider Component
|
||||
|
||||
Divides groups of elements in a Toolbar with a visual separator.
|
||||
|
||||
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Basic Usage](#basic-usage)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
<!-- markdown-toc end -->
|
||||
|
||||
## Basic Usage
|
||||
|
||||
```html
|
||||
<adf-toolbar>
|
||||
<button></button>
|
||||
<button></button>
|
||||
<adf-toolbar-divider></adf-toolbar-divider>
|
||||
<button></button>
|
||||
</adf-toolbar>
|
||||
```
|
Reference in New Issue
Block a user