Horizontal menu configuration

If you would like to have Horizontal Menu (or Topnav) based layout then perform below change.

Set layoutType: "horizontal" in the src/routes/+layout.svelte. Only one change to make horizontal layouts on all the pages.

How to add new/change menu items?

In order to add, change or remove menu items from the left side navigation, simply edit in file src/routes/HorizontalLayout/Navbar.svelte.

How to use pre-built layouts?

Each of the layout options is provided below with steps you would need to perform in src/Components/Rightbar.svelte

image
Topbar Light
topbarTheme: "light"
image
Boxed Layout
layoutWidth: "boxed"
image
Topbar Dark
topbarTheme: "dark"