Collapsed Sidebar Layout
There are two available methods to get the collapsed sidebar layout.
Using Bemat Theme API
Using the Bemat Admin Theme API, you can easily set the style you want.
Collapsed Sidebar JAVASCRIPT Code:
bematadmin.App.theme.collapsedSidebar();
Normal Sidebar JAVASCRIPT Code:
bematadmin.App.theme.normalSidebar();
Using Manual Method
Add the .sidebar-collapsed
class to the body
element of the page.