I am trying to implement SfSidebar with SfMenu inside.
My attention is to allow sidebar to toggle.
I am trying to recreate sample from demo https://blazor.syncfusion.com/demos/sidebar/sidebar-with-menu?theme=bootstrap4
My customization is taht I want to sidebar exist in NavMenu blazor component, divs with class="main-content" id="maintext" serving @body and they are in mainlayout, all css are in app.css and I want my app to not have top bar menu all menus exits on left side.
My app is blazor webassembly on .Net5 RC2 ver. Syncfusion Blazor components are on version 18.3.0.42
My problem is that when I toggle toolbar menu inside that tollbar looks like not recognise that toolbar is toggled and submenus opening as toolbar is still toggled.
How I can push SfMenu to open submenus next to icon when menu is in toogled state.
In attachment there is mainmenu,navmenu razor files and app.css.
Perhaps my lack of CSS konvelege missing something
Attachment:
Syncfusion_7adb1ed7.zip