Vertical menu configuration

How to change width?
Vuejs
In order to change the width of left side navigation bar, open a file src/assets/scss/_variables.scss and change the value of variable $sidebar-width. The default value is set to 250px.
Laravel-vue
In order to change the width of left side navigation bar, open a file resources/saas/_variables.scss and change the value of variable $sidebar-width. The default value is set to 250px.
How to use pre-built layouts?
Vuejs

Each of the layout options is provided below with steps you would need to perform in src/modules/layout.js:

image
Light Sidebar & Topbar Dark
Set leftSidebarType: "light" to have Light Sidebar & Topbar Dark.
image
Compact Sidebar
Set leftSidebarType: "compact" to have compact sidebar.
image
Icon Sidebar
Set leftSidebarType: "icon" to have icon sidebar.
image
Boxed Layout
Set layoutWidth: "boxed" to have boxed layout.
image
Colored Sidebar
Set leftSidebarType: "colored" to have boxed layout.
image
Scrollable
Set layoutWidth: "scrollable" to have boxed layout.
Laravel-Vue

If you would like to have Vertical Menu based layout, simply set vertical in the file resources/js/mixins/layouts.mixin.js line number 5 type: "vertical".

Each of the layout options are provided as below with steps you would need to perform in resources/js/mixins/layouts.mixin.js update default case for layout:

image
Light Sidebar & Topbar Dark
sidebar: "light"
image
Compact Sidebar
sidebar: "compact"
image
Icon Sidebar
sidebar: "icon"
image
Boxed Layout
width: "boxed"
image
Colored Sidebar
sidebar: "colored"
image
Scrollable
sidebar: "scrollable"
© Themesbrand.
Crafted with by Themesbrand