New to Kendo UI for Vue? Start a free 30-day trial
BottomNavigationItemProps
The interface for describing items that can be passed to the items
property of the BottomNavigation component.
Name | Type | Default | Description |
---|---|---|---|
class? |
|
Class the BottomNavigation item. | |
disabled? |
|
Disables the BottomNavigation item. | |
icon? |
|
Defines the name for an existing icon in a Kendo UI for Vue theme.
The icon is rendered inside the BottomNavigation item by a | |
selected? |
|
Specifies if the BottomNavigation item is selected. | |
style? |
|
Style the BottomNavigation item. | |
tabIndex? |
|
Sets the | |
text? |
|
Specifies the text content of the BottomNavigation item. |