New to Kendo UI for VueStart a free 30-day trial

ButtonProps

Updated on Feb 5, 2026

Represents the props of the Kendo UI for Vue Button component. Extends the native button props.

NameTypeDefaultDescription

accessKey?

string

Sets the accessKey property of the Button.

ariaLabel?

string

Sets the aria-label of the Button.

ariaPressed?

boolean

Sets the aria-pressed attribute of the Button.

dir?

string

Sets the direction of the Button.

disabled?

boolean

Specifies if the Button is disabled (see example). Defaults to false.

fillMode?

"flat" | "link" | "solid" | "outline"

undefined

Configures the fillMode of the Button.

The available options are:

  • solid
  • outline
  • flat
  • link

icon?

string

Defines the name for an existing icon in a Kendo UI for Vue theme (see example). The icon is rendered inside the Button by a span.k-icon element.

iconClass?

string

Defines a CSS class—or multiple classes separated by spaces—which are applied to a span element inside the Button (see example). Allows the usage of custom icons.

iconSize?

string

defines the size of the SVG icon displayed inside the Button.

id?

string

Sets the id property of the Button.

imageAlt?

string

Defines the alternative text of the image rendered inside the Button component.

imageUrl?

string

Defines a URL which is used as an img element inside the Button (see example). The URL can be relative or absolute. If relative, it is evaluated with relation to the URL of the web page.

role?

string

Sets the role attribute of the Button.

rounded?

"small" | "medium" | "large" | "full" | "none"

undefined

Configures the roundness of the Button.

The available options are:

  • none
  • small
  • medium
  • large
  • circle
  • full

selected?

boolean

Sets the selected state of the Button. Can be used for controlled mode.

size?

"small" | "medium" | "large"

undefined

Configures the size of the Button.

The available options are:

  • small
  • medium
  • large

svgIcon?

SVGIcon

Defines an SVGIcon to be rendered within the button.

tabIndex?

number

Sets the tabIndex property of the Button.

themeColor?

"base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "dark" | "light" | "inverse"

undefined

Configures the themeColor of the Button.

The available options are:

  • base
  • primary
  • secondary
  • tertiary
  • info
  • success
  • warning
  • dark
  • light
  • inverse

title?

string

Sets the title HTML attribute of the Button.

togglable?

boolean

Provides visual styling that indicates if the Button is selected (see example). Defaults to false.

type?

string

Sets the type property of the Button.

Not finding the help you need?
Contact Support