New to Kendo UI for Vue? Start a free 30-day trial
FloatingActionButtonItemProps
Represents the props of the Kendo UI for Vue FloatingActionButtonItem component.
Name | Type | Default | Description |
---|---|---|---|
disabled? |
|
Specifies if the Floating Action Button Item
is disabled see example.
Defaults to | |
icon? |
|
Defines the icon rendered in the FloatingActionButtonItem see example. | |
index? |
|
Sets the index of the Floating Action Button Item that is used to identify it. | |
svgIcon? |
|
Defines the svg icon in a Kendo UI for Vue theme. | |
tabIndex? |
|
Sets the | |
text? |
|
Specifies the text of the FloatingActionButtonItem see example. |