ButtonInterface
Inherits the native HTML Button. Represents the properties which can be set to a Button.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Sets the aria-label of the Button. | |
dir? |
|
Sets the direction of the Button. | |
disabled? |
|
Specifies if the Button is disabled (see example). Defaults to | |
icon? |
|
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 | |
iconClass? |
|
Defines a CSS class—or multiple classes separated by spaces—which are applied to a | |
imageAlt? |
|
Defines the alternative text of the image rendered inside the Button component. | |
imageUrl? |
|
Defines a URL which is used as an | |
look? |
|
Deprecated. Use The available values are:
| |
primary? |
|
Adds visual weight to the Button and makes it primary (see example).
Deprecated. Use | |
selected? |
|
Sets the selected state of the Button. Can be used for controlled state. | |
svgIcon? |
|
Defines an SVGIcon to be rendered within the button. | |
title? |
|
Sets the aria-label of the Button. | |
togglable? |
|
Provides visual styling that indicates if the Button is selected (see example). Defaults to |