You can change the left side navigation very easily by setting
layoutType: LAYOUTS.VERTICAL
in src/store/layout.ts store's
states. All const are listed in /app/const.ts
file.
layoutType: LAYOUTS.VERTICAL
sideBarSize: SIDEBAR_SIZE.DEFAULT
sideBarSize: SIDEBAR_SIZE.COMPACT
sideBarSize: SIDEBAR_SIZE.SMALL
layoutWidth: LAYOUT_WIDTH.FLUID
layoutWidth: LAYOUT_WIDTH.BOXED
skinLayout: SKIN_LAYOUT.DEFAULT
skinLayout: SKIN_LAYOUT.BORDERED
sideBarColor: SIDEBAR_COLOR.LIGHT
sideBarColor: SIDEBAR_COLOR.DARK
sideBarColor: SIDEBAR_COLOR.BRAND
sideBarColor: SIDEBAR_COLOR.MODERN
topBarColor: TOP_BAR.LIGHT
topBarColor: TOP_BAR.DARK
topBarColor: TOP_BAR.BRAND