Vertical menu configuration
How to use pre-built layouts?
Each of the layout options is provided below with
steps you would need to perform in
/store/layout.js inside the
state variable.
Dark Sidebar
leftSidebarType: "dark"
Compact Sidebar
leftSidebarType: "compact"
Icon Sidebar
leftSidebarType: "icon"
Boxed Layout
layoutWidth: "boxed"
Colored Sidebar
leftSidebarType: "colored"
Horizontal menu configuration
If you would like to have Horizontal Menu (or Topnav) based layout, simply update
the below code
layoutType: "horizontal" at line number2 in the
src/state/modules/layout.js
How to use pre-built layouts?
Each of the layout options is provided below with
steps you would need to perform in
/store/layout.js inside the
state variable.
Topbar Dark
topbar: "dark"
Boxed Layout
layoutWidth: "boxed"
Colored
topbar: "colored"