Jumbo React
  • Overview
  • Package Content
  • Installation and Setup
    • Environment Setup
    • Project Setup
  • Structure
    • Folder Structure
    • Layouts
  • Settings
    • Template Setting
    • Customizing Layout
      • Vertical Layout
      • Horizontal Layout
    • Updating Color Scheme
    • Setting Template Mode
    • RTL
    • Defining New Route
    • Adding New Language
  • Next js
    • Project Setup
    • Folder Structure
Powered by GitBook
On this page

Was this helpful?

  1. Settings
  2. Customizing Layout

Vertical Layout

To set the vertical Layout, you need to go to:

src/reducers/Settings.js

In this file, you can look for "navigationStyle" property and set the value to "VERTICAL_NAVIGATION".

After selecting the Vertical Layout, if you want to set the drawer type of your choice, then you need to go to:

src/reducers/Settings.js

In this file, you can look for "drawerType" property and set the value as per your choice.

The options for drawerType property are:-

  • FIXED_DRAWER - for Fixed Drawer

  • COLLAPSED_DRAWER - for Collapsed Drawer

  • MINI_DRAWER - for Mini Drawer

PreviousCustomizing LayoutNextHorizontal Layout

Last updated 5 years ago

Was this helpful?