BottomNavigationProps
Represents the props of the KendoReact BottomNavigation component.
Name | Type | Default | Description |
---|---|---|---|
border? |
|
|
Sets a border to the BottomNavigation. jsx
|
className? |
|
Sets additional CSS classes to the BottomNavigation. jsx
| |
dir? |
|
Represents the jsx
| |
disabled? |
|
|
Disables the whole BottomNavigation. jsx
|
fillMode? |
|
|
The BottomNavigation fill style (see example). The possible values are:
|
id? |
|
Sets the jsx
| |
item? |
|
Overrides the default component's content responsible for visualizing a single item (see example). jsx
| |
itemFlow? |
|
|
Specifies how the icon and text label are positioned in each BottomNavigation item (see example). The possible values are:
jsx
|
itemRender? |
|
Fires when a BottomNavigation item is about to be rendered (see example). Used to override the default appearance of the items. | |
items? |
|
The collection of items that will be rendered in the BottomNavigation (see example). jsx
| |
onKeyDown? |
|
Triggered on jsx
| |
onSelect? |
|
Fires when a BottomNavigation item is selected. jsx
| |
positionMode? |
|
|
Specifies the BottomNavigation position and behavior when the page is scrolled (see example). The possible values are:
and fixed CSS jsx
|
style? |
|
Sets additional CSS styles to the BottomNavigation. jsx
| |
themeColor? |
|
|
Specifies the BottomNavigation theme color (see example). The possible values are:
jsx
|