BottomNavigationItemProps
Interface
The interface for describing items that can be passed to the items property of the BottomNavigation component.
Definition
Package:@progress/kendo-vue-layout
Properties
class?
string
Class the BottomNavigation item.
disabled?
boolean
Disables the BottomNavigation item.
icon?
any
Defines the name for an existing icon in a Kendo UI for Vue theme.
The icon is rendered inside the BottomNavigation item by a span.k-icon element.
selected?
boolean
Specifies if the BottomNavigation item is selected.
style?
object
Style the BottomNavigation item.
tabIndex?
number
Sets the tabIndex property of the BottomNavigation item. Defaults to 0.
text?
any
Specifies the text content of the BottomNavigation item.