Light Able
React - Laravel 11
React - Laravel 11
  • ✨Overview
  • 🚀Quick Start
  • 📂Folder Structure
  • 📄Page Structure
  • 📅Changelog
  • 🛠️Layout Customizer
    • 🌑Light & Dark Layout
    • 📡Navbar Color
    • 🎨Preset Colors
    • 🎱Sidebar Caption
    • 👾Rtl Layout
  • 📦Dependencies
Powered by GitBook
On this page
  1. Layout Customizer

Light & Dark Layout

To make Dark Layout in the theme change given below

const dark_layout = 'true';

To make Light Layout in the theme change given below

const dark_layout = 'false';

To make the Layout theme depend on the user's operating system

const dark_layout = 'default';

Automatically sets the theme based on the user's operating system's color scheme.

Light layout is our default layout so if you want to use it then no need to change anything

PreviousLayout CustomizerNextNavbar Color
🛠️
🌑