BottomNavigationItemProps
Interface
The interface for describing items that can be passed to the items prop of the BottomNavigation component.
Definition
Package:@progress/kendo-react-layout
Properties
className?
string
Sets additional CSS classes to the BottomNavigation item.
disabled?
boolean
Disables the BottomNavigationItem.
Default:
false
icon?
string
Defines the name for an existing icon in a KendoReact theme.
The icon is rendered inside the BottomNavigationItem by a span.k-icon element.
selected?
boolean
Specifies if the BottomNavigationItem is selected.
Default:
false
style?
CSSProperties
Sets additional CSS styles to the BottomNavigation item.
svgIcon?
SVGIcon
Defines an SVG icon. The icon is rendered inside the BottomNavigationItem.
tabIndex?
number
Sets the tabIndex prop of the BottomNavigationItem.
Default:
0
text?
ReactNode
Specifies the text content of the BottomNavigationItem.