Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 448 Bytes

toolbar-divider.component.md

File metadata and controls

25 lines (19 loc) · 448 Bytes
Added Status Last reviewed
v2.0.0
Active
2018-06-08

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