Documentation v2.2.0
Layouts

Layouts covers all theme configuration settings if you want to apply manually in project.

Layouts Options

Add the following class in your body tag for updating layout. the file located in resources/views/components/layouts/body.blade.php location.

class="vertical"

class="vertical detached"

Sidebar Colors Option

Add the following attribute in your html tag for sidebar colors. File located in resources/views/layouts/app.blade.php location.

data-sidebar="light"

data-sidebar="dark"

data-sidebar="brand"

Detached Colors Option

Add the following attribute in your html tag for sidebar colors. File located in resources/views/layouts/app.blade.php location.

data-sidebar="light"

data-sidebar="dark"

data-sidebar="brand"