Horizontal

Horizontal menu configuration

In Vixon Admin & Dashboard Template, if you want to change the layout to a different style, you can do so by modifying the data-layout attribute in the src/slices/layouts/reducer.ts file by changing LAYOUT_TYPES.HORIZONTAL.

To change the layout from the horizontal layout to another style, follow these steps:
  • Locate the element or component where the layout is defined. Look for an element that contains the data-layout attribute.
  • Change the value of the data-layout attribute to the desired layout style. For example, if you want to switch to a horizontal layout, set the data-layout attribute to "vertical".
  • Save the changes and observe the updated layout. The page should now display the new layout style.

In order to add, change or remove menu items from the left side navigation, simply edit in file src/Common/LayoutMenuData.tsx. The change would reflect in all the files automatically.

How to use pre-built layouts?

Color Scheme
LAYOUT_MODE_TYPES.LIGHTMODE
LAYOUT_MODE_TYPES.DARKMODE
Layout Width
LAYOUT_WIDTH_TYPES.FLUID
LAYOUT_WIDTH_TYPES.BOXED
Layout Position
LAYOUT_POSITION_TYPES.FIXED
LAYOUT_POSITION_TYPES.SCROLLABLE
Topbar Colors
LAYOUT_TOP_MODE_TYPES.WARNINGMODE
LAYOUT_TOP_MODE_TYPES.SUCCESSMODE
LAYOUT_TOP_MODE_TYPES.DANGERMODE
Preloader Option
PERLOADER_TYPES.DISABLE
PERLOADER_TYPES.ENABLE