BottomNavigationItemProps
The interface for describing items that can be passed to the items
property of the BottomNavigation component.
className?
string
Sets additional CSS classes to the BottomNavigation item.
disabled?
boolean
Disables the BottomNavigation item.
icon?
React.ReactNode
Defines the name for an existing icon in a KendoReact 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?
CSSProperties
Sets additional CSS styles to the BottomNavigation item.
tabIndex?
number
Sets the tabIndex
property of the BottomNavigation item. Defaults to 0
.
text?
React.ReactNode
Specifies the text content of the BottomNavigation item.