KendoReact Layout Overview
The KendoReact Layout components enable you to create a perceptive and intuitive layout of web projects and provide an easier navigation.
The KendoReact Layout components are part of the KendoReact library which provides native KendoReact components for the React ecosystem and are available under the kendo-react-layout NPM package.
Basic Usage
The following example demonstrates the Layout components in action.
Installation
Download and install the package. Use Node.js v5.0.0 or later.
npm install --save @progress/kendo-react-layout @progress/kendo-react-progressbars @progress/kendo-licensing
Once installed, import the package module.
// ES2015 module syntax import { AppBar, Avatar, BottomNavigation, Card, Drawer, Menu, PanelBar, Splitter, Stepper, TabStrip, TileLayout } from '@progress/kendo-react-layout';
// CommonJS format const { AppBar, Avatar, BottomNavigation, Card, Drawer, Menu, PanelBar, Splitter, Stepper, TabStrip, TileLayout } = require('@progress/kendo-react-layout');
You are required to install one of the KendoReact themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Follow the instructions on the KendoReact My License page to activate your license. You can skip this step if your application already contains a KendoReact license file.
Dependencies
The Layout package requires you to install the following peer dependencies in your application:
- react 16.8.2*
- react-dom
- @progress/kendo-licensing
- @progress/kendo-react-progressbars
Suggested Links
- Get Started with the AppBar
- Get Started with the Avatar
- Get Started with the BottomNavigation
- Get Started with the Card
- Get Started with the Drawer
- Get Started with the Menu
- Get Started with the PanelBar
- Get Started with the Splitter
- Get Started with the Stepper
- Get Started with the Tabstrip
- Get Started with the TileLayout
- API Reference of the Layout Components