Windows 10 like side menu

Hi!
I’m trying to create a menu like Windows 10 start-menu.
Any ideas?

<ion-menu [content]="content" persistent="true">
    <ion-content ngClass="sidebar">

When user clicks hamburger button then menu is extended and shows icon texts.

Hello,

put css property width to ion-menu to set width.

Use of ngstyle seems imho a good possibility to make it dynamic.

Best regards, anna-liebt