Mini mode is very useful for conserving valuable screen estate but with the drawer in mini mode the user only sees a group of icons.
How can I add a mouse-over/hover descriptive text for each of the mini-mode icons so that users don't have to expand the menu to see the one that they want? I really don't want to resort to jQuery but this is an example where it may be the only solution.
The Drawer component is excellent BTW.
Kind regards,
Paul
Hello Paul,
Thank you for the kind words regarding the Drawer, I am glad to hear!
Adding a TelerikTooltip to the Drawer is possible. In order to do so you can use the ItemTemplate for the Drawer (more information here: https://docs.telerik.com/blazor-ui/components/drawer/templates#itemtemplate) and in it add the Tooltip. I have created a Knowledge Base article (link: https://docs.telerik.com/blazor-ui/knowledge-base/drawer-add-tooltip) which explains how to add tooltips for the drawer icons.
Regards,
Svetoslav Dimitrov
Progress Telerik