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
| |
fill? |
|
Deprecated. Use | |
fillMode? |
|
The fill style of the BottomNavigation (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 item of the BottomNavigation (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 position and behavior of the BottomNavigation 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 theme color of the BottomNavigation (see example). The possible values are:
jsx
|