Horizontal

Horizontal menu configuration

If you would like to have Horizontal Menu (or Topnav) based layout, data-layout="horizontal" in the views/partials/main.ejs file.

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 views/partials/sidebar.ejs. The change would reflect in all the ejs files automatically.

How to use pre-built layouts?

Please do the below change in the html element at views/partials/main.ejs file. ex: <html data-layout-width="fluid">

Layout Width

image data-layout-width="fluid"
image data-layout-width="boxed"

Layout Position

data-layout-position="fixed"
data-layout-position="scrollable"

Topbar Colors

image data-topbar="light"
image data-topbar="dark"