New to Kendo UI for Angular? Start a free 30-day trial
ToolBarSpacerComponent
Represents the Kendo UI ToolBar Spacer for Angular.
Use the ToolBar Spacer to add flexible space between ToolBar tools.
html
<kendo-toolbar>
<kendo-toolbar-button text="Button 1"></kendo-toolbar-button>
<kendo-toolbar-spacer></kendo-toolbar-spacer>
<kendo-toolbar-button text="Button 2"></kendo-toolbar-button>
</kendo-toolbar>
Selector
kendo-toolbar-spacer
Export Name
Accessible in templates as #kendoToolBarSpacerInstance="kendoToolBarSpacer"