Buy nowGet update
  • getting started
    • Introduction
    • Quick start
    • Deployment
    • Package & license
    • Setup
    • Figma
  • theme UI
    • Colors
    • Typography
    • IconsNEW
    • Shadows
    • Css vars
    • Logo
    • Layout
    • Navigation
    • Settings
  • Global
    • Styles
    • Components overrides
  • development
    • Routing
    • Main context
    • Environment variables
    • Structure
    • Clean project
    • Dependencies
    • Tailwind
    • Migrate to CRA
    • Credit assets
  • support
    • 🔵 Update
    • 🔴 Faqs & support
    • 🟣 Changelogv4.4.0
© All rights reserved.ContactHome

Layout

Latestv2

Change Size
export const HEADER = {
  H_MOBILE: 64,
  H_DESKTOP: 80,
  H_DESKTOP_OFFSET: 80 - 16,
}
 
export const NAV = {
  W_VERTICAL: 280,
  W_MINI: 88,
};
src/layouts/config-layout

Change Menu, Navigation

Find config-navigation files to adjust items.

Example:

  • <MainLayout/> : src/layouts/main/config-navigation