BottomNavigationProps
Represents the props of the KendoReact BottomNavigation component.
Name | Type | Default | Description |
---|---|---|---|
border? |
| Sets a border to the BottomNavigation.
| |
className? |
| Sets additional CSS classes to the BottomNavigation.
| |
dir? |
| Represents the
| |
disabled? |
| Disables the whole BottomNavigation.
| |
fill? |
| Deprecated. Use | |
fillMode? |
| The fill style of the BottomNavigation (see example). The possible values are:
| |
id? |
| Sets the
| |
item? |
| Overrides the default component's content responsible for visualizing a single item (see example).
| |
itemFlow? |
| Specifies how the icon and text label are positioned in each item of the BottomNavigation (see example). The possible values are:
| |
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).
| |
onKeyDown? |
| Triggered on
| |
onSelect? |
| Fires when a BottomNavigation item is selected.
| |
positionMode? |
| Specifies the position and behavior of the BottomNavigation when the page is scrolled (see example). The possible values are:
and fixed CSS
| |
style? |
| Sets additional CSS styles to the BottomNavigation.
| |
themeColor? |
| Specifies the theme color of the BottomNavigation (see example). The possible values are:
|