How to use pre-built layouts?
Please do the below change in the html element at
app/views/partials/main.php
file. ex:
<html data-sidebar="dark">
Color Scheme:
data-bs-theme="light"
data-bs-theme="dark"
Sidebar Size:
data-sidebar-size="small"
data-sidebar-size="sm"
data-sidebar-size="lg"
Sidebar Color:
data-sidebar="light"
data-sidebar="dark"
data-sidebar="colored"
Layout Width:
data-layout-width="fluid"
data-layout-width="boxed"
Layout Position:
data-layout-position="fixed"
data-layout-position="scrollable"