mirror of
				https://github.com/Alfresco/alfresco-ng2-components.git
				synced 2025-10-22 15:11:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			589 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			589 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| Title: Toolbar Divider Component
 | |
| Added: v2.0.0
 | |
| Status: Active
 | |
| Last reviewed: 2018-06-08
 | |
| ---
 | |
| 
 | |
| # [Toolbar Divider Component](../../../lib/core/src/lib/toolbar/toolbar-divider.component.ts "Defined in toolbar-divider.component.ts")
 | |
| 
 | |
| 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)
 |