• 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

ToolbarProps

Represents the props of the Kendo UI for Vue Toolbar component.

NameTypeDefaultDescription

ariaLabel?

string

Defines the aria-label of the Toolbar.

className?

string

Sets additional classes to the Toolbar.

dir?

string

Represents the dir HTML attribute.

keyboardNavigation?

boolean

If set to false, it will turn off the built-in keyboard navigation.

onResize?

(event: ToolbarResizeEvent) => void

The resize event of the Toolbar.

size?

"null" | string

medium

Configures the size of the Toolbar.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size class.

tabIndex?

number

Specifies the tabIndex of the Toolbar.