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

Layout

Latestv5

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
  • <DashboardLayout> : src/layouts/dashboard/config-navigation

Variants
Main
main
Dashboard
dashboard
Compact
compact
Simple
simple
Auth modern
auth-modern
Auth compact
auth-compact