New to KendoReactStart a free 30-day trial

Represents the KendoReact BottomNavigation component. Used to switch between primary destinations in an application.

A Functional Component.

Definition

Package:@progress/kendo-react-layout

Syntax:

jsx
const items = [
   { text: 'Photos', icon: 'photo', selected: true },
   { text: 'Albums', icon: 'folder' },
   { text: 'Search', icon: 'search' },
   { text: 'More', icon: 'more-horizontal' },
];

const App = () => {
  return (
      <BottomNavigation items={items} />
  );
};

Properties

The props of the BottomNavigation component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support