Horizontal

Horizontal menu configuration

You can set horizontal layout using below changes in /src/state/modules/layout.js file.

layoutType="horizontal"

How to add new menu items/change menu items?

In order to add, change or remove menu items from the navbar navigation, simply edit in file /src/layouts/hotizontal.vue.

How to use pre-built layouts?

Please do the below change in the html element at /src/state/modules/layout.js file. ex: layoutWidth: 'fluid'

Layout Width

image layoutWidth: 'fluid'
image layoutWidth: 'boxed'

Layout Position

position: 'fixed'
position: 'scrollable'

Topbar Colors

image topbar: 'light'
image topbar: 'dark'