Vertical menu configuration

How to change width?

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.

How to use pre-built layouts?

Each of the layout options is provided below with steps you would need to perform in src/app/store/layouts/layouts.reducer.ts file:

image
Light Sidebar & Topbar Dark
TOPBAR_MODE_TYPES.DARK
SIDEBAR_TYPE.LIGHT
image
Compact Sidebar
SIDEBAR_SIZE_TYPES.COMPACT
image
Icon Sidebar
SIDEBAR_SIZE_TYPES.SMALL
image
Boxed Layout
LAYOUT_WIDTH_TYPES.BOXED
image
Light color Sidebar
SIDEBAR_TYPE.LIGHT
image
Dark Sidebar
SIDEBAR_TYPE.DARK
image
Colored Sidebar
SIDEBAR_TYPE.BRAND
image
Scrollable
LAYOUT_POSITION_TYPE.SCROLLABLE
© Themesbrand.
Crafted with by Themesbrand