• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Vue Wrappers End of Life
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

ToolbarSpacer

Represents the Kendo UI for Vue ToolbarSpacer component. A spacer element for the sub-elements of the Toolbar.

<template>
  <Toolbar>
    <ButtonGroup>
      <Button :svg-icon="boldIcon" :title="'Bold'" :togglable="true" />
      <Button :svg-icon="italicIcon" :title="'Italic'" :togglable="true" />
      <Button :svg-icon="underlineIcon" :title="'Underline'" :togglable="true" />
    </ButtonGroup>
    <ToolbarSpacer />
    <SplitButton :text="'Insert'" :items="splitItems"> </SplitButton>
    <ToolbarSeparator />
    <Button :svg-icon="cutIcon" :title="'Cut'"> Cut </Button>
</Toolbar>
</template>

In this article

Not finding the help you need?