• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Display Modes

The Drawer provides expand modes and a compact mini view.

Expand Modes

For displaying its content, the Drawer provides the following expand modes:

  • "overlay"—The Drawer expands on top of the container content and displays a grayed overlay over it. Use onOverlayClick event handler to handle when the overlay is clicked.
  • "push"—The Drawer expands side by side to the container content by shrinking its width.

To configure the expand mode, use the mode property of the Drawer.

Example
View Source
Change Theme:

Mini View

A compact view can be displayed when the Drawer is collapsed. To toggle between expanded and compact views, use its mini property of the Drawer.

The Drawer will always be visible displaying only the item icon even when it is collapsed.

Example
View Source
Change Theme:

In this article

Not finding the help you need?