Berry - Angular
  • ✨Introduction
  • 🚀Quick Installation
  • 📂Directory Structure
  • 📄Page Structure
  • 📒Theme Configuration
  • 🎨Theme Layouts
  • 📚How to
    • Dashboard as First Page
    • Login as First Page
    • Remove Authentication
    • Remove Role Base Authentication
    • Guard Children Routes
    • Role Base Authentication
  • 📦Dependencies
  • 🆘Support
  • 📅Changelog
Powered by GitBook
On this page
  • Main Layouts
  • Vertical Layouts

Theme Layouts

Layout Variants

You can edit this file at [ ../src/app/app-config.ts ]

Main Layouts

  • layout: vertical

  • isCollapse_menu: false

  • isDarkMode: true

  • isRtl_layout: false

  • theme_color: preset-1

  • font_family: Roboto

  • isBox_container: true

  • i18n: en

  • layout: horizontal

  • isRtl_layout: false

  • isCollapse_menu: false

  • isRtl_layout: false

  • theme_color: preset-1

  • font_family: Roboto

  • isBox_container: true

  • i18n: en

  • layout: Compact

  • isCollapse_menu: false

  • isDarkMode: true

  • isRtl_layout: false

  • theme_color: preset-1

  • font_family: Roboto

  • isBox_container: true

  • i18n: en

Vertical Layouts

  • layout: vertical

  • layout: vertical

  • isCollapse_Menu: false

  • layout: vertical/compact

  • isRtl_layout: true

  • layout: vertical/horizontal/compact

  • isDarkMode: false

PreviousTheme ConfigurationNextHow to

Last updated 4 months ago

🎨