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

Sidebar Caption

PreviousPreset ColorsNextRtl Layout

To make visible Sidebar Caption in the navbar change given below

const caption_show = 'true';

To make an invisible Sidebar Caption in the navbar change given below

const caption_show = 'false';

🛠️
🎱