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 Kendo UI components for the React ecosystem and are available under the kendo-react-layout NPM package.
A multi-level component for hierarchical data.
A multi-level component for hierarchical data.
A tab collection for associated content.
A component for resizable layouts.
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.
Once installed, import the package module.
You are required to install one of the Kendo UI themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Dependencies
The Layout package requires you to install the following peer dependencies in your application:
- react 16.8.2*
- react-dom