Two Column

How to use pre-built layouts?

You can change the template as per your requirements. To configure it, we will use reducer.js. you can find the +layout.svelte file in /src/routes/ folder.

Theme Options

Each of the theme configuration options is provided Below, you can change their values as per you need in variable located in src/routes/+layout.svelte file.

let layoutType = "twocolumn";

Go to src/Components/Common/RightSidebar.svelte file.

let leftSidebarType = 'dark';
let layoutModeType = 'light';
let layoutWidthType = 'fluid';
let topbarThemeType = 'light';

Topbar Colors

image topbarThemeType = 'light';
image topbarThemeType = 'dark';

Sidebar Colors

image leftSidebarType = 'light';
image leftSidebarType = 'dark';