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