BottomNavigationItem
An interface for describing the BottomNavigation items (see example).
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
The CSS classes that will be rendered on the item element of the BottomNavigation. Supports the type of values that are supported by ngClass.. | |
cssStyle? |
|
The CSS styles that will be rendered on the item element of the BottomNavigation. Supports the type of values that are supported by ngStyle. | |
disabled? |
|
Disables the BottomNavigation item. | |
icon? |
|
Defines the name of an existing icon in a Kendo UI theme. | |
iconClass? |
|
Defines a CSS class or multiple classes separated by spaces, which are applied to a span element inside the item. Allows the usage of custom icons. | |
selected? |
|
Specifies, if the BottomNavigation item is selected. | |
svgIcon? |
|
Defines an | |
tabIndex? |
|
|
Sets the tabIndex property of the BottomNavigation item. |
text? |
|
Specifies the text content of the BottomNavigation item. |