New to Kendo UI for AngularStart a free 30-day trial

Describes the structure of a BottomNavigation item (see example).

Definition

Package:@progress/kendo-angular-navigation

Properties

Applies CSS classes to the item element of the BottomNavigation. Supports the type of values that are supported by ngClass.

Applies CSS styles to the item element of the BottomNavigation. Supports the type of values that are supported by ngStyle.

disabled?

boolean

Disables the BottomNavigation item.

Default:

false

icon?

string

Defines the name of an existing font icon in a Kendo UI theme.

Applies a CSS class or multiple classes separated by spaces to a span element inside the item. Allows the usage of custom icons.

selected?

boolean

Specifies whether the BottomNavigation item is selected.

svgIcon?

SVGIcon

Sets an SVGIcon to render within the BottomNavigation item.

tabIndex?

number

Sets the tabindex attribute of the BottomNavigation item.

Default:

0

text?

string

Sets the text content of the BottomNavigation item.