<kendo:drawer-mini>
Enables or configures the mini mode for the Kendo UI Drawer. This is a compact view that is displayed when the Kendo UI Drawer is collapsed. Usually it used to show only the icons when the drawer content contains icon and text for an item. When set to true it uses the main template.
Example
<kendo:drawer>
<kendo:drawer-mini></kendo:drawer-mini>
</kendo:drawer>
Configuration Attributes
template java.lang.String
Defines a specific template for the Kendo UI Drawer when in mini mode.
Example
<kendo:drawer-mini template="template">
</kendo:drawer-mini>
width float
Defines a specific width for the Kendo UI Drawer when in mini mode.
Example
<kendo:drawer-mini width="width">
</kendo:drawer-mini>