Xintra – ASP.NET Bootstrap 5 Premium Admin & Dashboard Template
Xintra - ASP.NET Bootstrap5 Premium Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊
Dashboard
Welcome to Xintra - ASP.NET Bootstrap5 Premium Admin & Dashboard Template- Created Date : 31/August/2024
- Author : Spruko
- Company : Spruko Technologies Private Limited
Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com.
Xintra is a ASP.NET Bootstrap5 Premium Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. Xintra Modern template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 180+ CSHTML Pages . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. This template using Bootstrap 5 framework. After Purchased this template you will get All CSHTML files, CSS, Scss and JS Files.
It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design template.
It is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices
Once you Purchase Xintra ASP.NET Bootstrap5 Premium Admin Template, you will be able to get free download of all future updates.
- Chrome
- Firefox
- Safari
- Opera
- Edge
| No Jquery | Dark Layout | RTL Ready |
| Icons | Authentication Pages | Error Pages |
| 180+ CSHTML Pages | Easy to Customize | Bootstrap 5 Responsive Framework |
| Form Elements | Maps | Ratings |
| Form Advanced | Form wizards | Profile Settings |
| Grid JS Tables | Data Tables | Gallery |
| Apex Charts | Chartjs Charts | Echarts |
| Full Calendar | Sweet Alerts | Swiper JS |
| Blog Pages | Mail App | Chat |
| File Manager | Invoice | Landing Page |
| Pricing | Profile | Placeholders |
| Ecommerce Pages | Job Pages | Task Pages |
| NFT Pages | CRM Pages | Crypto Pages |
| Form Validation | Sortable Js | Tour |
| 24 * 7 Professional Company Support | Media Player | Under Construction Page |
| Color Theme Support (Primary and Background) | Neat, clean and simple design | W3C Validated |
Theme Styles
- Light & Dark Themes
- LTR & RTL
- Vertical & Horizontal Navigation Styles
- Menu Click & Hover Styles
- Icon Click & Hover Styles
- Page Regular, Classic & Modern Styles
- Full Width & Boxed
- Menu Fixed & Scrollable
- Header Fixed & Scrollable
- Sidemenu Closed
- Icon Text Menu
- Icon Overlay
- Detached
- Double Menu
Theme Colors
- Menu Light
- Menu Dark
- Menu Color
- Menu Gradient
- Menu Transparent
- Header Light
- Header Dark
- Header Color
- Header Gradient
- Header Transparent
- Theme Primary
- Theme Background
- Menu With Background Images
Step1: Please visite the Official Web Site of the .NET SDK
Step2: Click on the Download .NET SDK button
Step3: Now your .NET SDK file has downloaded and installed in your computer.
Here we are using the "ASP.NET MVC & CORE " download
If you know how to create ASP.NET MVC & CORE project you can skip this step.
- Assuming that you have already installed .NET SDK on your computer.
- First, you need to create an environment at your project location For example:
C:\project\projectname> - This project folder path can be used to open the command. Now execute the command
dotnet new mvc -o ProjectnameIt creates a new ASP.NET MVC project in the Project Name folder.
Use for ASP.NET CORE
- This project folder path can be used to open the command. Now execute the command
dotnet new webapp -o projectnameIt creates a new ASP.NET CORE project in the Project Name folder. - Trust the HTTPS development certificate by running the following command
dotnet dev-certs https --trust. - Now you are sucessfully installed ASP.NET MVC & CORE project.
Use for ASP.NET MVC
Visual Studio Code
- If you are using Visual Studio Code.
- Go to your root project location path, then open the project file in your editor.
- Open the command prompt, then use
" cd /path-to-your-project ". - Enter the command
dotnet watch runto get ASP.NET MVC & CORE development server.
Visual Studio
- If you are using Visual Studio.
- Open the Visual studio, then click on "Open a Project or Solution."
- Go to your root project location path, then you will see inside the folder
projectname.csproj. Select it, and then open the project file. - Now, press the key
F5to get ASP.NET MVC & CORE development server.
├── bin
├── Controllers
├── Models
├── obj
├── Properties
├── Views
├── wwwroot
├── appsettings.Development.json
├── appsettings.json
├── gulpfile.mjs
├── package-lock.json
├── package.json
├── Program.cs
├── xintra.csproj
├── xintra.csproj.user
└── xintra.sln
- First, unzip the project folder that you received from us.
- Navigate as shown Example: C:\projectname\ Views in that project folder in will have 14 folders and in 180+ cshtml files.
- Navigate as shown Example: C:\projectname\ Controllers in that project folder will have 14 Controller.cs pages.
- Navigate as shown Example: C:\projectname\Views\Shared\Layouts Open folder there you will find _footer.cshtml, _header.cshtml, _scripts.cshtml, _sidebar.cshtml, _styles.cshtml, and _switcher.cshtml files etc.
- Here _Layout.cshtml file is the base file for all the cshtml pages.
- Here _LayoutAuth.cshtml file is the base file for Authentication pages ex: error401.cshtml, error404.cshtml, error500.cshtml, createpassword_cover.cshtml, createpassword_basic.cshtml, signin_conver.cshtml, signin_basic.cshtml, and etc.
- Here _LayoutLan.cshtml file is the base file for landing.cshtml page.
├── bin
├── obj
├── Pages
├── Properties
├── wwwroot
├── appsettings.Development.json
├── appsettings.json
├── gulpfile.mjs
├── package-lock.json
├── package.json
├── Program.cs
├── xintra.csproj
├── xintra.csproj.user
└── xintra.sln
- First, unzip the project folder that you received from us.
- Navigate as shown Example: C:\projectname\ Pages in that project folder in will have 14 folders and in 180+ cshtml files and 14 cshtml.cs files.
- Navigate as shown Example: C:\projectname\Pages\Shared\Layouts Open folder there you will find _footer.cshtml, _header.cshtml, _scripts.cshtml, _sidebar.cshtml, _styles.cshtml, and _switcher.cshtml files etc.
- Here _Layout.cshtml file is the base file for all the cshtml pages.
- Here _LayoutAuth.cshtml file is the base file for Authentication pages ex: error401.cshtml, error404.cshtml, error500.cshtml, createpassword_cover.cshtml, createpassword_basic.cshtml, signin_conver.cshtml, signin_basic.cshtml, and etc.
- Here _LayoutLan.cshtml file is the base file for landing.cshtml page.
Visual studio code
- First, unzip the project folder that you received from us.
- Go to your root project location path, then open the project file in your editor.
- Open the command prompt, then use
" cd /path-to-your-project ". - Now execute the command:
dotnet watch runto getASP.Net MVC & CORE development server.
Visual studio
- First, unzip the project folder that you received from us.
- Go to your root project location path, then open the project file.
- Just double click on the file
xintra.slninside the project folder. - Now, press the key
F5to get ASP.Net MVC & CORE development server.
├── bin
├── Controllers
| └── 14 Controller.cs (files)
├── Modals
├── obj
├── Properties
├── Views/
| ├── Shared/
| | ├── Layouts
| | | ├── Landing/
| | | | ├── _footer.cshtml
| | | | ├── _header.cshtml
| | | | ├── _header1.cshtml
| | | | ├── _scripts.cshtml
| | | | ├── _sidebar.cshtml
| | | | ├── _sidebar1.cshtml
| | | | ├── _styles.cshtml
| | | | ├── _switcher.cshtml
| | | ├── _footer.cshtml
| | | ├── _header.cshtml
| | | ├── _header1.cshtml
| | | ├── _scripts.cshtml
| | | ├── _sidebar.cshtml
| | | ├── _styles.cshtml
| | | └── _switcher.cshtml
| | ├── _Layout.cshtml
| | ├── _Layout.cshtml.css
| | ├── _LayoutAuth.cshtml
| | ├── _LayoutLan.cshtml
| | ├── _ValidationScriptsPartial.cshtml
| | └── Error.cshtml
| ├── 14 Folders
| | └── 180+ .cshtml (Files)
| ├── _ViewImports.cshtml
| └── _ViewStart.cshtml
├── wwwroot/
| ├── assets/
| | ├── audio/
| | ├── css/
| | ├── icon-fonts/
| | ├── images/
| | ├── js/
| | ├── libs/
| | ├── scss/
| | └── video/
| ├── css
| ├── js
| ├── lib
| └── favicon.ion
├── appsettings.Development.json
├── appsettings.json
├── gulpfile.mjs
├── package-lock.json
├── package.json
├── program.cs
├── xintra.csproj
├── xintra.csproj.user
└── xintra.sln
├── bin
├── obj
├── Pages
| ├── Shared/
| | ├── Layouts
| | | ├── Landing/
| | | | ├── _footer.cshtml
| | | | ├── _header.cshtml
| | | | ├── _header1.cshtml
| | | | ├── _scripts.cshtml
| | | | ├── _sidebar.cshtml
| | | | ├── _sidebar1.cshtml
| | | | ├── _styles.cshtml
| | | | ├── _switcher.cshtml
| | | ├── _footer.cshtml
| | | ├── _header.cshtml
| | | ├── _header1.cshtml
| | | ├── _scripts.cshtml
| | | ├── _sidebar.cshtml
| | | ├── _styles.cshtml
| | | └── _switcher.cshtml
| | ├── _Layout.cshtml
| | ├── _Layout.cshtml.css
| | ├── _LayoutAuth.cshtml
| | ├── _LayoutLan.cshtml
| | └── _ValidationScriptsPartial.cshtml
| ├── 14 Folders
| | ├── 180+ .cshtml (Files)
| | └── 14 .cshtml.cs (Files)
| ├── _ViewImports.cshtml
| ├── _ViewStart.cshtml
| ├── Error.cshtml
| ├── Error.cshtml.cs
| ├── Index.cshtml
| ├── Index.cshtml.cs
| ├── Privacy.cshtml
| └── Privacy.cshtml.cs
├── Properties
├── wwwroot
| ├── assets
| | ├── audio/
| | ├── css/
| | ├── icon-fonts/
| | ├── images/
| | ├── js/
| | ├── libs/
| | ├── scss/
| | └── video/
| ├── css
| ├── js
| ├── lib
| └── favicon
├── appsettings.Development.json
├── appsettings.json
├── gulpfile.mjs
├── package-lock.json
├── package.json
├── program.cs
├── xintra.csproj
├── xintra.csproj.user
└── xintra.sln
Introduction to the ASP.NET Template Starter Kit:
The ASP.NET template starterkit is a resource that helps developers kickstart their ASP.NET web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building ASP.NET-based websites or applications.
Purpose of the ASP.NET Template Starter Kit:
The purpose of the ASP.NET template starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in ASP.NET projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.
Benefits of Using the ASP.NET Template Starter Kit:
The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
Before using the ASP.NET template starter kit, developers should have a basic understanding of ASP.NET and web development concepts. Additionally, they should have a web server environment ASP.NET installed on their local machines or a hosting server. Familiarity with HTML, CSS, and JavaScript is also beneficial for frontend development aspects.
Starterkit Overview
You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Xintra have more than 180+ CSHTML pages.
We have provided all the pre-build layouts like Sidemenu, Header, Footer and Scripts etc in the Starterkit.
For further information or support regarding the template, please contact us using the provided link.
https://support.spruko.com/
├── bin
├── Controllers
| └── HomeController.cs (file)
├── Modals
├── obj
├── Properties
├── Views/
| ├── Shared/
| | ├── Layouts
| | | ├── _footer.cshtml
| | | ├── _header.cshtml
| | | ├── _header1.cshtml
| | | ├── _scripts.cshtml
| | | ├── _sidebar.cshtml
| | | ├── _styles.cshtml
| | | └── _switcher.cshtml
| | ├── _Layout.cshtml
| | ├── _Layout.cshtml.css
| | ├── _ValidationScriptsPartial.cshtml
| | └── Error.cshtml
| ├── Home (folder)
| | └── Index.cshtml (File)
| ├── _ViewImports.cshtml
| └── _ViewStart.cshtml
├── wwwroot/
| ├── assets/
| | ├── audio/
| | ├── css/
| | ├── icon-fonts/
| | ├── images/
| | ├── js/
| | ├── libs/
| | ├── scss/
| | └── video/
| ├── css
| ├── js
| ├── lib
| └── favicon.ion
├── appsettings.Development.json
├── appsettings.json
├── gulpfile.mjs
├── package-lock.json
├── package.json
├── program.cs
├── starterkit.csproj
├── starterkit.csproj.user
└── starterkit.sln
- Take a quick look at the folder structure of the "Starterkit."
- Integration of your customized CSHTML pages becomes easy when using the "Starterkit."
- The "Starterkit" provides all the layouts, related assets, and plugins.
- To explore the contents of the "Starterkit," unzip the project folder received after purchase.
- Navigate as shown Example: C:\projectname\ Views in that project folder in will have one folder and in one cshtml file and Add your folders here if you have more.
- Navigate as shown Example: C:\projectname\ Controllers in that project folder will have one Controller.cs page and Add your controllers here if you have more.
- Navigate as shown Example: C:\projectname\Views\Shared\Layouts Open folder there you will find _footer.cshtml, _header.cshtml, _scripts.cshtml, _sidebar.cshtml, _styles.cshtml, and _switcher.cshtml files etc.
- Here _Layout.cshtml file is the base file for all the cshtml pages.
├── bin
├── obj
├── Pages
| ├── Shared/
| | ├── Layouts
| | | ├── _footer.cshtml
| | | ├── _header.cshtml
| | | ├── _header1.cshtml
| | | ├── _scripts.cshtml
| | | ├── _sidebar.cshtml
| | | ├── _styles.cshtml
| | | └── _switcher.cshtml
| | ├── _Layout.cshtml
| | ├── _Layout.cshtml.css
| | └── _ValidationScriptsPartial.cshtml
| ├── Home (folder)
| | ├── Index.cshtml (File)
| | └── Index.cshtml.cs (File)
| ├── _ViewImports.cshtml
| ├── _ViewStart.cshtml
| ├── Error.cshtml
| ├── Error.cshtml.cs
| ├── Index.cshtml
| ├── Index.cshtml.cs
| ├── Privacy.cshtml
| └── Privacy.cshtml.cs
├── Properties
├── wwwroot
| ├── assets
| | ├── audio/
| | ├── css/
| | ├── icon-fonts/
| | ├── images
| | ├── js/
| | ├── libs/
| | ├── scss/
| | └── video/
| ├── css
| ├── js
| ├── lib
| └── favicon
├── appsettings.Development.json
├── appsettings.json
├── gulpfile.mjs
├── package-lock.json
├── package.json
├── program.cs
├── starterkit.csproj
├── starterkit.csproj.user
└── starterkit.sln
- Take a quick look at the folder structure of the "Starterkit."
- Integration of your customized CSHTML pages becomes easy when using the "Starterkit."
- The "Starterkit" provides all the layout components, related assets, and plugins.
- To explore the contents of the "Starterkit," unzip the project folder received after purchase.
- Navigate as shown Example: C:\projectname\ Pages in that project folder in will have one folder and in one cshtml file and one cshtml.cs file and Add your folders here if you have more
- Navigate as shown Example: C:\projectname\Pages\Shared\Layouts Open folder there you will find _footer.cshtml, _header.cshtml, _scripts.cshtml, _sidebar.cshtml, _styles.cshtml, and _switcher.cshtml files etc.
- Here _Layout.cshtml file is the base file for all the cshtml pages.
Xintra comes with power of SCSS. The css files can be generated from scss by simply following below steps:
- Gulp:
Gulp is a popular JavaScript task runner that automates common development tasks, such as compiling Sass to CSS, minifying JavaScript and CSS files, optimizing images, and more. Gulp allows developers to define tasks that process files in a project, and then run those tasks automatically when files are changed or when specific commands are issued.for more information about gulp Check here.
Prerequisites
Please follow below steps to install and setup all pre requisites:
- Nodejs
Make sure to have the Node.js installed & running in your computer. If you have already installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,
Note : If you are using the latest version of Node JS or want to install and use the latest version, Click Here
- Gulp
Make sure to have the Gulp installed & running in your computer. If you have already installed gulp on your computer, you can skip this step. In order to install, just run command
npm install -g gulpfrom your terminal. - Gulp Variables
After Completion of gulp Install. open
gulpfile.mjsAnd install the "Declaration of gulp variables" in your command promt. In order to install, just run command
npm install gulp,
npm install gulp-autoprefixer,
npm install gulp-clean-css,
npm install gulp-postcss,
npm install gulp-rename,
npm install gulp-sass,
npm install gulp-sourcemaps,
npm install postcss-import,
npm install sassfrom your terminal.Make sure to have all above prerequisites installed & running in your computer. If you want to install more variables for your template, just declare the variables in
gulpfile.mjsafter that run in command promt
Installation
To setup, follow below mentioned steps:
- Install Prerequisites
Make sure to have all above pre requisites installed & running in your computer
- Install Dependencies
Open your terminal, go to your folder and enter the command
npm install. This would install all required dependencies innode_modulesfolder.
After you finished with above steps, you can run the command to compile scss into css:
gulp
Note:- please ensure that you have installed all node_modules requried to run gulp tasks .
Here we provided package.json and gulpfile.mjs files in your project, you just need to run npm install in your terminal in your project root path.
After compilation of download, you can compile your SCSS files into CSS files by following below procedure.
| Command | Description |
|---|---|
gulp
|
In Xintra template gulp command is used for, whatever the changes made in scss files, will watch and compiled into css files.
|
1. In the assets folder you will see audio, css, icon-fonts, images, js, libs, scss, video
├── wwwroot/
| ├── assets/
| | ├── audio
| | ├── css
| | ├── icon-fonts
| | ├── images
| | ├── js
| | ├── libs
| | ├── scss
| | ├── video
2. Now you can compile or customize your styles in scss files that are present in the assets folder.
3. Once the changes made in the files in order to apply those changes to your template you need to run the esbuild commands in the same terminal or command prompt that you have set your project root path.
4. After Compilation, all your .scss files are converted into .css.
- Bootstrap v5.3.3
- node v20.14.0
- npm v10.7.0
- Gulp v5.0.0
- .Net fremework : 4.8
- .NET : 8.0.302
- Visual Studio Code or Visual Studio 2022 (latest version)
ASP.NET MVC Switcher?
If you want to remove switcher to your template follow the below process.
Go to root path: Views/Shared/ open "_Layouts.cshtml" file and remove the custom-switcher.js link as shown below.
Remove CUSTOM-SWITCHER JS:
<!-- CUSTOM-SWITCHER JS -->
<script src="@Url.Content("~/assets/js/custom-switcher.js")"></script>
Go to root path: Views/Shared/ open _Layout.cshtml in that file, below the body tag, remove the switcher path given below.
Switcher path:
<partial name="~/Views/Shared/Layouts/_switcher.cshtml">
EX:
<body>
(remove this)
Go to root path: Views/Shared/ open "_Layout.cshtml" in that file, and then change header to header1 as shown below.
EX:
Before:
<partial name="~/Views/Shared/Layouts/_header.cshtml">
After:
<partial name="~/Views/Shared/Layouts/_header1.cshtml">
Go to root path: Views/Shared/ open "_LayoutLan.cshtml" file and remove the landing-switcher.js link as shown below.
Remove LANDING-SWITCHER JS:
<!-- LANDING-SWITCHER JS -->
<script src="@Url.Content("~/assets/js/landing-switcher.js")"></script>
Go to root path: Views/Shared/ open _LayoutLan.cshtml in that files, below the body tag, remove the switcher path given below.
Switcher path:
<partial name="~/Views/Shared/Layouts/Landing/_switcher.cshtml">
EX:
_LayoutLan.cshtml:-
<body class="landing-body">
<partial name="~/Views/Shared/Layouts/Landing/_switcher.cshtml">
Go to root path: Views/Shared/ open _LayoutLan.cshtml in that file, and then change header to header1 and sidebar to sidebar1 as shown below.
EX:
LayoutLan.cshtml
Before:
<partial name="~/Views/Shared/Layouts/_header.cshtml">
After:
<partial name="~/Views/Shared/Layouts/_header1.cshtml">
Before:
<partial name="~/Views/Shared/Layouts/_sidebar.cshtml">
After:
<partial name="~/Views/Shared/Layouts/_sidebar1.cshtml">
ASP.NET CORE Switcher?
If you want to remove switcher to your template follow the below process.
Go to root path: Pages/Shared/ open "_Layout.cshtml" file and remove the custom-switcher.js link as shown below.
Remove CUSTOM-SWITCHER JS:
<!-- CUSTOM-SWITCHER JS -->
<script src="@Url.Content("~/assets/js/custom-switcher.js")"></script>
Go to root path: Pages/Shared/ open _Layout.cshtml in that file, below the body tag, include the switcher path given below.
Switcher path:
<partial name="~/Pages/Shared/Layouts/_switcher.cshtml">
EX:
<body>
(remove this)
Go to root path: Pages/Shared/ open "_Layout.cshtml" below the body tag, in that file, and then change header to header1 as shown below.
EX:
Before:
<partial name="~/Pages/Shared/Layouts/_header.cshtml">
After:
<partial name="~/Pages/Shared/Layouts/_header1.cshtml">
Go to root path: Pages/Shared/ open "_LayoutLan.cshtml" file and remove the landing-switcher.js link as shown below.
Remove LANDING-SWITCHER JS:
<!-- LANDING-SWITCHER JS -->
<script src="@Url.Content("~/assets/js/landing-switcher.js")"></script>
Go to root path: Pages/Shared/ open _LayoutLan.cshtml in that file, below the body tag, remove the switcher path given below.
Switcher path:
<partial name="~/Pages/Shared/Layouts/Landing/_switcher.cshtml">
EX:
_LayoutLan.cshtml:-
<body class="landing-body">
<partial name="~/Pages/Shared/Layouts/Landing/_switcher.cshtml">
Go to root path: Pages/Shared/ open _LayoutLan.cshtml in that file, and then change header to header1 and sidebar to sidebar1 as shown below.
EX:
LayoutLan.cshtml
Before:
<partial name="~/Pages/Shared/Layouts/Landing/_header.cshtml">
After:
<partial name="~/Pages/Shared/Layouts/Landing/_header1.cshtml">
Before:
<partial name="~/Pages/Shared/Layouts/Landing/_sidebar.cshtml">
After:
<partial name="~/Pages/Shared/Layouts/Landing/_sidebar1.cshtml">
General Style
Step 1:
Go To style.scss (wwwroot/assets/scss/styles.scss )
if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file
How to Select font Family
Example:

Step 2:
And paste Your Selected font-family in style.scss
Example:

Step 3:
And add the Your Selected font-family in _variables.scss(wwwroot/assets/scss/_variables.scss)
Example:
--default-font-family: "Poppins", sans-serif;
By default menu icons are phosphoricons if you
want to change icons please follow below steps
Step :
To change Menu icons, open Shared/Layouts/_sidebar.cshtml file and go through
app-sidebar
section, in that section you will find phosphoricons of menu in
svg
tag, there you can replace previous icon with your icon. Example
as shown in below
Go To "wwwroot/assets/images/brand-logos" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.
To clear LocalStorage(cookie)
Step1:
Open custom-switcher.js file
wwwroot/assets/js/custom-switcher.js
To clear LocalStorage loading functions you need to remove localStorageBackup2() function in custom-switcher.js as shown below
function localStorageBackup2() {
}
Note:
After removing above js code, localStorageBackup2 is not defined console comes. To remove the console, open go to root path wwwroot/assets/js/custom-switcher.js and remove the localStorageBackup2() code; as shown below
After:
localStorageBackup2();
Before:
(removing code)
Step2:
To remove complete LocalStorage saving you need to remove
all localstorage related calling functions in
custom-switcher.js
wwwroot/assets/js/custom-switcher.jsfile.
LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.
localStorage.setItem( );
localStorage.removeItem( );
localStorage.getItem( )
localStorage.clear();
localStorageBackup();
Step3:
To remove complete LocalStorage saving you also need to remove
main.js link present in mainhead.html Path:Shared/_Layout.cshtml as shown below
<script src="@Url.Content("~/assets/js/main.js")"></script>
_Layout.cshtml file.
<html lang="en" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light" data-menu-styles="dark" data-toggled="close">
| Attribute | Description |
|---|---|
data-theme-mode="light"
data-header-styles="light"
data-menu-styles="light"
|
To set the light theme |
data-theme-mode="dark"
data-header-styles="dark"
data-menu-styles="dark"
|
To set the Dark theme |
dir="ltr"
|
To set LTR version default |
dir="rtl"
|
To set LTR version to RTL version |
data-nav-layout="vertical"
|
To set menu layout to vertical |
data-nav-layout="horizontal"
data-nav-style="menu-click"
|
To set menu layout to horizontal |
data-nav-style="menu-click"
|
To set navigation style to menu click - *Works same for both vertical and horizontal |
data-nav-style="menu-hover"
|
To set navigation style to menu hover - *Works same for both vertical and horizontal |
data-nav-style="icon-click"
|
To set navigation style to icon click - *Works same for both vertical and horizontal |
data-nav-style="icon-hover"
|
To set navigation style to icon hover - *Works same for both vertical and horizontal |
data-page-style="regular"
|
To set page style to Default |
data-page-style="classic"
|
To set page style to Classic |
data-width="default"
|
To set page width to Default Width |
data-width="fullwidth"
|
To set page width to Full Width |
data-width="boxed"
|
To set page width to Boxed |
data-menu-position="fixed"
|
To set menu position Fixed |
data-menu-position="scrollable"
|
To set menu position Scrollable |
data-header-position="fixed"
|
To set header position Fixed |
data-header-position="scrollable"
|
To set header position Scrollable |
data-vertical-style="closed"
|
To set sidemenu layout style Closed - *Does not work for horizontal |
data-vertical-style="icontext"
|
To set sidemenu layout style Icon Text - *Does not work for horizontal |
data-vertical-style="overlay"
|
To set sidemenu layout style Icon Overlay - *Does not work for horizontal |
data-vertical-style="detached"
|
To set sidemenu layout style Detached - *Does not work for horizontal |
data-vertical-style="doublemenu"
|
To set sidemenu layout style Double Menu - *Does not work for horizontal |
loader="enable"
|
To enable loader by default |
_Layout.cshtml file.
<html lang="en" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light" data-menu-styles="dark" data-toggled="close">
| Attribute | Description |
|---|---|
data-menu-styles="light"
|
To set the menu style to light |
data-menu-styles="dark"
|
To set the menu style to dark |
data-menu-styles="color"
|
To set the menu style to color |
data-menu-styles="gradient"
|
To set the menu style to gradient |
data-menu-styles="transparent"
|
To set the menu style to transparent |
data-header-styles="light"
|
To set the header style to light |
data-header-styles="dark"
|
To set the header style to dark |
data-header-styles="color"
|
To set the header style to color |
data-header-styles="gradient"
|
To set the header style to gradient |
data-header-styles="transparent"
|
To set the header style to transparent |
data-bg-img="bgimg1"
|
To set menu background image1 |
data-bg-img="bgimg2"
|
To set menu background image2 |
data-bg-img="bgimg3"
|
To set menu background image3 |
data-bg-img="bgimg4"
|
To set menu background image4 |
data-bg-img="bgimg5"
|
To set menu background image5 |
Please follow the below steps to change Primary Color
Step 1 :
To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )
gulp .Please follow the below steps to change Dark body Color
Step 1 :
Make sure the theme is set completely to dark mode by adding the following attributes to the html tag data-theme-mode="dark" data-header-styles="dark" data-menu-styles="dark"
Step 2 :
To change Dark body Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )
Step 3 :
Also Change the following variable colors to the desired theme background accordingly in [data-theme-mode="dark"]
--light-rgb : --form-control-bg : --body-bg-rgb2 : --input-border : --gray-3 :gulp.Refer following links for usage:
| Icons | References |
|---|---|
| Bootstrap Icons | https://icons.getbootstrap.com/ |
| Boxicons | https://boxicons.com/ |
| Remix Icons | https://remixicon.com/ |
| Feather Icons | https://feathericons.com/ |
| Tabler Icons | https://tabler-icons.io/ |
| Line Awesome Icons | https://icons8.com/line-awesome |
| Heroicons | https://heroicons.com/ |
Refer following links for usage:
| Images | References |
|---|---|
| Vecteezy | https://www.vecteezy.com/ |
| Iconscout | https://iconscout.com/ |
| Unsplash | https://unsplash.com/ |
| Png Tree | https://pngtree.com/ |
| flaticon | https://www.flaticon.com/authors/flat-icons |
| freepik | https://www.freepik.com |
Refer following links for usage:
| Google Fonts | https://fonts.google.com/ |
Refer following links for usage:
| Heroicons | https://heroicons.com/ |
All plugins runs through npm.
If you want new plugins : Install new plugin from npm then run
gulp command.
1. You need to add these files to make it work.
| Type | URL |
|---|---|
| Plugin Link | https://choices-js.github.io/Choices/ |
1. You need to add these files to make basic swiper work.
| Type | URL |
|---|---|
| Plugin Link | https://swiperjs.com/ |
1. You need to add these files to make basic alert work.
| Type | URL |
|---|---|
| Plugin Link | https://sweetalert2.github.io/ |
1. You need to add these files to make basic range slider work.
| Type | URL |
|---|---|
| Plugin Link | https://refreshless.com/nouislider/ |
1. You need to add these files to make basic Flatpickr work.
| Type | URL |
|---|---|
| Plugin Link | https://flatpickr.js.org/examples/ |
1. You need to add below files to make classic color picker work.
| Type | URL |
|---|---|
| Plugin Link | https://simonwep.github.io/pickr/ |
1. You need to add these files to make gallery work.
| Type | URL |
|---|---|
| Plugin Link | https://biati-digital.github.io/glightbox/ |
1. You need to add these files to make full calendar work.
| Type | URL |
|---|---|
| Plugin Link | https://fullcalendar.io/ |
1. You need to add these files to make leaflet maps work.
| Type | URL |
|---|---|
| Plugin Link | https://leafletjs.com/ |
1. You need to add these files to make Jsvector maps work.
| Type | URL |
|---|---|
| Plugin Link | https://jvm-docs.vercel.app/ |
1. You need to add these files to make gmaps work.
| Type | URL |
|---|---|
| Plugin Link | https://hpneo.dev/gmaps/ |
1. You need to add these files to make simplebar work.
| Type | URL |
|---|---|
| Plugin Link | https://grsmto.github.io/simplebar/ |
1. You need to add these files to make quill editor work.
| Type | URL |
|---|---|
| Plugin Link | https://quilljs.com/ |
1. You need to add these files to make file pond work.
| Type | URL |
|---|---|
| Plugin Link | https://pqina.nl/filepond/ |
1. You need to add these files to make drop zone work.
| Type | URL |
|---|---|
| Plugin Link | https://www.dropzone.dev/ |
1. You need to add these files to make grid.js work.
| Type | URL |
|---|---|
| Plugin Link | https://gridjs.io/ |
1. You need to add these files to make Rater Js work.
| Type | URL |
|---|---|
| Plugin Link | https://fredolss.github.io/rater-js/ |
1. You need to add these files to make tarekraafat/autocomplete Js work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/autocompleter |
1. You need to add these files to make yaireo/dragsort work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/@yaireo/dragsort |
1. You need to add these files to make yaireo/tagify work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/@yaireo/tagify |
1. You need to add these files to make dual-listbox work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/dual-listbox |
1. You need to add these files to make fg-emoji-picker work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/emoji-picker-element |
1. You need to add these files to make intl-tel-input work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/intl-tel-input |
1. You need to add these files to make plyr work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/plyr |
1. You need to add these files to make sortablejs work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/sortablejs |
1. You need to add these files to make toastify work.
| Type | URL |
|---|---|
| Plugin Link | https://www.npmjs.com/package/toastify-js |