Horizontal menu configuration

If you would like to have Horizontal Menu (or Topnav) based layout then perform below change.
Vuejs
Set layoutType: "horizontal" at line number 2 in the src/state/modules/layout.js.
We have added sample src/router/layouts/horizontal.vue file you can use that instead of main.vue.
Laravel-vue
If you would like to have Horizontal Menu (or Topnav) based layout, simply set horizontal in the file resources/js/mixins/layouts.mixin.js line number 5 type: "horizontal".
How to add new/change menu items?
Vuejs
In order to add, change or remove menu items from the navbar, simply edit in file /src/components/horizontal-menu.js.
Laravel-vue
In order to add, change or remove any ui elements from the top bar, simply edit in file resources/js/components/horizontal-nav.vue and file resources/js/locales/en.json.
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 in state object:

image
Topbar Light
Set topbar: "light" to have light topbar.
image
Colored Header
Set topbar: "colored" to have colored header.
image
Boxed Layout
Set layoutWidth: "boxed" to have boxed layout.
image
Scrollable
Set layoutWidth: "scrollable" to have scrollable layout.
Laravel-vue

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

image
Topbar Light
topbar: "light"
image
Boxed Layout
width: "boxed"
image
Colored Header
topbar: "colored"
image
Scrollable
topbar: "scrollable"
© Themesbrand.
Crafted with by Themesbrand