Kendo UI for Angular
A staple as a navigation element in many modern dashboard applications, the Kendo UI for Angular Drawer offers a side navigation element that can be toggled to be displayed or hidden, or permanently displayed. Each item can be represented as an image and text combination, just text, just an image, or utilize Angular templates for a custom layout.
The Kendo UI for Angular Drawer offers several display modes, allowing developers to customize how the component behaves. You can choose to overlay the Angular Drawer content on top of existing content, push the content over as the Angular Drawer expands or display the drawer as icons via the compact mini view.
Render a hierarchical menu with parent and child nodes to help users navigate directly to where they want to go. Bind the menu to hierarchal data and automatically create menus and submenus or bind the Angular Drawer to multiple flat data sources and designate parents and children on your own.
With a single property, the Kendo UI for Angular Drawer component can be rendered on either the left-hand side or right-hand side of the current page.
Since the Kendo UI for Angular Drawer primarily supports navigation in an Angular application, the component can utilize the Angular Router to assist with navigating between different routes.
You can utilize an Angular template to customize the look and feel of each item within the Kendo UI for Angular Drawer.