BottomNavigationProps
Represents the props of the Kendo UI for Vue BottomNavigation component.
| Name | Type | Default | Description | 
|---|---|---|---|
| border? | 
 | Sets a border to the BottomNavigation. | |
| dir? | 
 | Represents the  | |
| disabled? | 
 | Disables the whole BottomNavigation. | |
| fillMode? | 
 | The fill style of the BottomNavigation (see example). The possible values are: 
 | |
| id? | 
 | Sets the  | |
| item? | 
 | Overrides the default component's content responsible for visualizing a single item (see example). | |
| itemFlow? | 
 | Specifies how the icon and text label are positioned in each item of the BottomNavigation (see example). The possible values are: 
 | |
| itemRender? | 
 | Fires when a BottomNavigation item is about to be rendered (see example). Used to override the default appearance of the items. | |
| items? | 
 | The collection of items that will be rendered in the BottomNavigation (see example). | |
| onKeyDown? | 
 | Triggered on  | |
| onSelect? | 
 | Fires when a BottomNavigation item is selected. | |
| positionMode? | 
 | Specifies the position and behavior of the BottomNavigation when the page is scrolled (see example). The possible values are: 
 and fixed CSS  | |
| selected? | 
 | The index of the selected BottomNavigationItem. | |
| themeColor? | 
 | Specifies the theme color of the BottomNavigation (see example). The possible values are: 
 |