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