Overview
Layout Overview
Aquiry provides three flexible layout options to match different dashboard needs. Use
data-layout="vertical" for a classic sidebar on the left,
data-layout="horizontal" for a top navigation menu,
and data-layout="semibox" for a modern semiboxed design.
Choose the one that best fits your project requirements.
<!-- Example -->
<html lang="en" data-layout="vertical"></html>
Set Layout Overview via JavaScript
Instead of manually editing the <html> tag, you can dynamically set the
data-layout attribute using JavaScript in your app.js file.
This allows you to easily switch layouts based on user preferences or saved settings.
data-layout="vertical"
data-layout="horizontal"
data-layout="semibox"