BottomNavigationItemProps
The interface for describing items that can be passed to the items
property of the BottomNavigation component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets additional CSS classes to the BottomNavigation item. | |
disabled? |
|
Disables the BottomNavigation item. | |
icon? |
|
Defines the name for an existing icon in a KendoReact theme.
The icon is rendered inside the BottomNavigation item by a | |
selected? |
|
Specifies if the BottomNavigation item is selected. | |
style? |
|
Sets additional CSS styles to the BottomNavigation item. | |
svgIcon? |
|
Defines an SVG icon. The icon is rendered inside the BottomNavigation item. | |
tabIndex? |
|
Sets the | |
text? |
|
Specifies the text content of the BottomNavigation item. |