Two Column
Two column menu configuration
You can change the Two column layout very easily by
adding the below state in
src/store/app.ts file.
layoutType=LAYOUTS.TWO_COLUMN
How to add new menu items/change menu items?
In order to add, change or remove menu items from
the left side
navigation, simply edit in file
src/components/layouts/utils.ts. The change
would
reflect in all the Vue files automatically.
How to use pre-built layouts?
Please do the below change in the html element at
src/state/modules/layout.js
Color Scheme
mode=SITE_THEME.LIGHT
mode=SITE_THEME.DARK
Topbar Colors
topbar=TOP_BAR.LIGHT
topbar=TOP_BAR.DARK
Sidebar Colors
sidebarColor=SIDEBAR_COLOR.LIGHT
sidebarColor=SIDEBAR_COLOR.DARK
sidebarColor=SIDEBAR_COLOR.GRADIENT
sidebarColor=SIDEBAR_COLOR.GRADIENT2
sidebarColor=SIDEBAR_COLOR.GRADIENT3
sidebarColor=SIDEBAR_COLOR.GRADIENT4
Sidebar Images
sidebarImage="default"
sidebarImage="img-1"
sidebarImage="img-2"
sidebarImage="img-3"
sidebarImage="img-4"