alfresco-ng2-components/docs/core/toolbar-divider.component.md
Andy Stark ba905acf13 [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
2018-03-13 11:55:33 +00:00

421 B

Added, Status
Added Status
v2.0.0 Active

Toolbar Divider Component

Divides groups of elements in a Toolbar with a visual separator.

Basic Usage

<adf-toolbar>
    <button></button>
    <button></button>
    <adf-toolbar-divider></adf-toolbar-divider>
    <button></button>
</adf-toolbar>

See Also