Compact/Expandable Left Menu Navigation

Hi, I would like to use a menu list (https://framework7.io/docs/menu-list.html) in my left panel for navigation. I was wondering if someone could give me some tips on the Framework7 way to make the menu just show the icons for the menu items but also be able to expand to the full description if someone puts mouse over.

Here is a screenshot of something similar:
Screen Shot 2021-02-25 at 11.23.51 PM

It should be panel https://framework7.io/docs/panel.html (with collapsedBreakpoint parameter). You can see it in action here https://framework7io.github.io/framework7-recipes/admin-dashboard/

Thank you! The admin dashboard doesn’t seem to load. Javascript console shows this error:

Failed to load resource framework7-bundle.min.js:1 : the server responded with a status of 500 ()
(index):1054 Uncaught ReferenceError: Dom7 is not defined
at (index):1054

Nevermind, it’s loading now… Thanks for the tip! It’s close but not quite there. I’ll try to create a pull request or another method to accomplish the goal.