How to use pre-built layouts?
Please do the below change in the html element at
/layouts/body.php
file. ex:
<body data-layout-size="boxed">
Color Scheme:
data-bs-theme="light"
data-bs-theme="dark"
Topbar Colors:
data-topbar="light"
data-topbar="dark"
sidebar Colors:
data-sidebar="light"
data-sidebar="dark"
data-sidebar="brand"
Layout Width:
data-layout-size="fluid"
data-layout-size="boxed"
Layout Position:
data-layout-scrollable="false"
data-layout-scrollable="true"