Dashlot– Bootstrap 4 Admin Dashboard HTML Template

Introduction

Welcome to Dashlot– Bootstrap 4 Admin Dashboard HTML Template

Dashlot– Bootstrap 4 Admin Dashboard HTML 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 4 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 Dashlot– Bootstrap 4 Admin Dashboard HTML Template


Support Includes
  • Answering your questions or problems regarding the template.
  • Giving solution to the Bugs reported.
Support Does Not Include
  • Customization Work.
  • Any Installation Work.
  • Support for any Third Party Plugins / Software.

Thank you for purchasing 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 please contact live chat or email : sprukotechnologies@gmail.com

NOTE A single license can be used only for one domain or client. We hope you will follow the rules as it will help us to continue supporting our template and providing free future updates.

Template Description

Dashlot– is a modern, and creative admin and dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. This Template Includes 130 HTML Pages & 70+ Plugins and it also includes Horizontal & Side-Menu Versions. Different Styles of Widgets etc. This template is “User Friendly” and it is designed in such a way that you can easily understand the code and can modify the template. The template contains Advanced Form-Elements like Date pickers,select2,multi-select,file uploads,color-picker etc are included. This template is 100% Premium Admin Template. This template is designed using Bootstrap 4 framework, HTML5, CSS3, Jquery.

It is easy to customize CSS & HTML, easy to create any type of Admin Template. It has beautiful index Pages and useful inner pages, and all the important sections required by any Admin Template. It is also available more widgets and Advanced Form Elements etc..

It’s fully responsive layout for all types of devices. It work’s on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart devices.

Once you Purchase Dashlot – Bootstrap Webapp Responsive Dashboard Simple Admin Panel Premium HTML5 Template, you will be able to get free download of all future updates.

Main Features

  • 4 Dashboard variations
  • 130 HTML Pages
  • Bootstrap 4 Responsive Framework
  • Well Commented Code
  • 24 * 7 Professional Company Support
  • Regular Updates
  • 70+ Plugins
  • 9 types of Charts
  • Select2
  • Mail Inbox
  • 10 Types of Icons
  • File upload
  • Message Chat
  • Form Elements
  • FormAdvanced Elements
  • Data Tables
  • Lockscreen Page
  • Error Page
  • Under Construction Page
  • User Profile
  • Draggable cards
  • Newsticker
  • Newsletter
  • Images-comparison
  • Parallax
  • Testimonials
  • Easy to customize
  • Google Fonts
  • More Widgets
  • Invoice Page
  • Pricing Tables
  • Very Easy to Create your Own Site
  • Neat, clean and simple design
  • W3C Validated

Main-Template

Instalation

If You are Not using Scss & gulp No need to install It.You can directly use css files.


Just Follow Simple Steps

Dashlot– comes with the power of SCSS. The CSS files can be generated from SCSS by simply follow the below steps::

Prerequisites

Please follow the below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you already have installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,

    Just Follow Simple Steps to Install Node.js
    • Install Node.js and NPM: You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js..
    • Download npm Packages: You can do this by running npm install from the base of your project to install all the necessary dependencies.
  • Gulp

    Gulp is a JavaScipt streaming task runner. It automates many development tasks. Using gulp you can perform tasks like running a local server, minifying code, compilation, Browser sync, optimizing images, etc... We are using gulp which allows us to easily compilation of scss to css. You can read it more about it here.

    Make sure to have the Gulp installed & running on your computer. If you already have installed gulp on your computer, you can skip this step. To install gulp follow the below steps

    Just Follow Simple Steps to Install gulp
    • just run command npm install -g gulp from your terminal.
    • You Can Know More about gulp from here https://gulpjs.com/
    • Install gulp globally npm install --global gulp-cli
    • Install the gulp package in your devDependencies npm install --save-dev gulp
  • Install npm dependencies

    Open your terminal, go to your folder and enter the command npm install. This would install all the required dependencies in the node_modules folder. After you finished with the above steps, you can run the command to compile scss into css: gulp

>
Command Description
gulp Runs the project locally, starts the development server and watches for any changes in your code, including your html, javascript, sass, etc. The development server is accessible at http://localhost:3000.
gulp watch In this template gulp watch command is used When any changes to the source file scss folder i.e (.scss) is made, the watch will run an appropriate task. All the CSS files under assets/css/ folder will be watched and upon changes made to these files, the styles task will be executed.
gulp watch-rtl In this template gulp watch-rtl command is used When any changes to the source file scss-rtl folder i.e (.scss) is made, the watch will run an appropriate task. All the CSS files under assets/css-rtl/ folder will be watched and upon changes made to these files, the styles task will be executed.
gulp default In this template gulp default command is for the changes is made in default.scss file in css folder. default.scss will be watched and what ever changes has made in default.scss file it automatically updated in default.css file in css folder.
gulp default-rtl In this template gulp default-rtl command is for the changes is made in default.scss file in css-rtl folder. default.scss will be watched and what ever changes has made in default.scss file it automatically updated in default.css file in css-rtl folder.
gulp boxed In this template gulp boxed command is for the changes is made in boxed.scss file in css folder. boxed.scss will be watched and what ever changes has made in boxed.scss file it automatically updated in boxed.css file in css folder.
gulp boxed-rtl In this template gulp boxed-rtl command is for the changes is made in boxed.scss file in css-rtl folder. boxed.scss will be watched and what ever changes has made in boxed.scss file it automatically updated in boxed.css file in css-rtl folder.
gulp dark-boxed In this template gulp dark-boxed command is for the changes is made in dark-boxed.scss file in css folder. dark-boxed.scss will be watched and what ever changes has made in dark-boxed.scss file it automatically updated in dark-boxed.css file in css folder.
gulp dark-boxed-rtl In this template gulp dark-boxed-rtl command is for the changes is made in dark-boxed.scss file in css-rtl folder. dark-boxed.scss will be watched and what ever changes has made in dark-boxed.scss file it automatically updated in dark-boxed.css file in css-rtl folder.
gulp sidemenu In this template gulp sidemenu command is for the changes is made in sidemenu.scss file in css folder. sidemenu.scss will be watched and what ever changes has made in sidemenu.scss file it automatically updated in sidemenu.css file in css folder.
gulp sidemenu-rtl In this template gulp sidemenu-rtl command is for the changes is made in sidemenu.scss file in css-rtl folder. sidemenu.scss will be watched and what ever changes has made in sidemenu.scss file it automatically updated in sidemenu.css file in css-rtl folder.
gulp closed In this template gulp closed command is for the changes is made in closed-sidemenu.scss file in css folder. closed-sidemenu.scss will be watched and what ever changes has made in closed-sidemenu.scss file it automatically updated in closed-sidemenu.css file in css folder.
gulp closed-rtl In this template gulp closed-rtl command is for the changes is made in closed-sidemenu.scss file in css-rtl folder. closed-sidemenu.scss will be watched and what ever changes has made in closed-sidemenu.scss file it automatically updated in closed-sidemenu.css file in css-rtl folder.
gulp skins In this template gulp skins command is for the changes is made in skins.scss file in css folder. skins.scss will be watched and what ever changes has made in skins.scss file it automatically updated in skins.css file in css folder.
gulp skins-rtl In this template gulp skins-rtl command is for the changes is made in skins.scss file in css-rtl folder. skins.scss will be watched and what ever changes has made in skins.scss file it automatically updated in skins.css file in css-rtl folder.
gulp icon In this template gulp icon command is for the changes is made in icon-sidemenu.scss file in css folder. icon-sidemenu.scss will be watched and what ever changes has made in icon-sidemenu.scss file it automatically updated in icon-sidemenu.css file in css folder.
gulp icon-rtl In this template gulp icon-rtl command is for the changes is made in icon-sidemenu.scss file in css-rtl folder. icon-sidemenu.scss will be watched and what ever changes has made in icon-sidemenu.scss file it automatically updated in icon-sidemenu.css file in css-rtl folder.
gulp tabs In this template gulp tabs command is for the changes is made in sidemenu-responsive-tabs.scss file in css folder. sidemenu-responsive-tabs.scss will be watched and what ever changes has made in sidemenu-responsive-tabs.scss file it automatically updated in sidemenu-responsive-tabs.css file in css folder.
gulp tabs-rtl In this template gulp tabs-rtl command is for the changes is made in sidemenu-responsive-tabs.scss file in css-rtl folder. sidemenu-responsive-tabs.scss will be watched and what ever changes has made in sidemenu-responsive-tabs.scss file it automatically updated in sidemenu-responsive-tabs.css file in css-rtl folder.
gulp beautify In this template gulp beautify command is for it beautifys all .css files in css folder
gulp beautify-rtl In this template gulp beautify-rtl command is for it beautifys all .css files in css-rtl folder

Folder Structure

HTML/	
	├── LTR
	   ├── assets
	      ├── css
	      ├── fonts
	      ├── images
	      ├── js
	      ├── plugins
	      ├── scss	
	      ├── video	
	
	   ├── Horizontal-Dark
	   ├── Horizontal-Dark-boxed
	   ├── Horizontal-Light
	   ├── Horizontal-Light-boxed
	   ├── sidemenu-Closed-Dark
	   ├── sidemenu-Closed-Dark-boxed
	   ├── sidemenu-Closed-Light
	   ├── sidemenu-Closed-Light-boxed
	   ├── sidemenu-Icon-Dark
	   ├── sidemenu-Icon-Dark-boxed
	   ├── sidemenu-Icon-Light
	   ├── sidemenu-Icon-Light-boxed
	   ├── sidemenu-Toggle-Dark
	   ├── sidemenu-Toggle-Dark-boxed
	   ├── sidemenu-Toggle-Light
	   ├── sidemenu-Toggle-Light-boxed
	
	
	
	├── RTL
	   ├── assets
	      ├── css-rtl
	      ├── fonts
	      ├── img
	      ├── js
	      ├── plugins
	      ├── scss-rtl
	      ├── video	
	
	   ├── Horizontal-Dark
	   ├── Horizontal-Dark-boxed
	   ├── Horizontal-Light
	   ├── Horizontal-Light-boxed
	   ├── sidemenu-Closed-Dark
	   ├── sidemenu-Closed-Dark-boxed
	   ├── sidemenu-Closed-Light
	   ├── sidemenu-Closed-Light-boxed
	   ├── sidemenu-Icon-Dark
	   ├── sidemenu-Icon-Dark-boxed
	   ├── sidemenu-Icon-Light
	   ├── sidemenu-Icon-Light-boxed
	   ├── sidemenu-Toggle-Dark
	   ├── sidemenu-Toggle-Dark-boxed
	   ├── sidemenu-Toggle-Light
	   ├── sidemenu-Toggle-Light-boxed
	
	

Page Structure

Meta Header section

If you need to add another CSS .you should place CSS Link in Header Section Only

Loader
Main Content
Horizontal
Left sidebar
Footer
Default Js links

			
<!-- Jquery-scripts -->
<script src="../assets/js/vendors/jquery-3.2.1.min.js"></script>

<!-- Moment js-->
<script src="../assets/plugins/moment/moment.min.js"></script>

<!-- Bootstrap-scripts js -->
<script src="../assets/js/vendors/bootstrap.bundle.min.js"></script>

<!-- Sparkline JS-->
<script src="../assets/js/vendors/jquery.sparkline.min.js"></script>

<!-- Bootstrap-daterangepicker js -->
<script src="../assets/plugins/bootstrap-daterangepicker/daterangepicker.js"></script>

<!-- Bootstrap-datepicker js -->
<script src="../assets/plugins/bootstrap-datepicker/bootstrap-datepicker.js"></script>

<!-- Chart-circle js -->
<script src="../assets/js/vendors/circle-progress.min.js"></script>

<!-- Rating-star js -->
<script src="../assets/plugins/rating/jquery.rating-stars.js"></script>

<!-- Clipboard js -->
<script src="../assets/plugins/clipboard/clipboard.min.js"></script>
<script src="../assets/plugins/clipboard/clipboard.js"></script>

<!-- Prism js -->
<script src="../assets/plugins/prism/prism.js"></script>

<!-- Custom scroll bar js-->
<script src="../assets/plugins/scroll-bar/jquery.mCustomScrollbar.concat.min.js"></script>

<!-- Nice-select js-->
<script src="../assets/plugins/jquery-nice-select/js/jquery.nice-select.js"></script>
<script src="../assets/plugins/jquery-nice-select/js/nice-select.js"></script>

<!-- P-scroll js -->
<script src="../assets/plugins/p-scroll/p-scroll.js"></script>
<script src="../assets/plugins/p-scroll/p-scroll-horizontal.js"></script>

<!-- JQVMap -->
<script src="../assets/plugins/jqvmap/jquery.vmap.js"></script>
<script src="../assets/plugins/jqvmap/maps/jquery.vmap.world.js"></script>
<script src="../assets/plugins/jqvmap/jquery.vmap.sampledata.js"></script>

<!-- Apexchart js-->
<script src="../assets/js/apexcharts.js"></script>

<!-- Chart js-->
<script src="../assets/plugins/chart/chart.min.js"></script>

<!-- Index js -->
<script src="../assets/js/index-dark.js"></script>
<script src="../assets/js/index-map.js"></script>

<!-- Horizontal js-->
<script src="../assets/plugins/horizontal-menu/horizontal.js"></script>

<!-- Rightsidebar js -->
<script src="../assets/plugins/sidebar/sidebar.js"></script>

<!-- Custom js-- >
<script src="../assets/js/custom-dark.js"></script>

<!-- custom js -->
<script src="../../assets/js/custom.js"></script>
<script src="../../assets/js/jquery.vmap.sampledata.js"></script>

SCSS & CSS Files

style.css is the main CSS file located in the assets/css/ folder of the package. The whole CSS file is well-indexed with the topic and its related code. and all Scss files are imported in style.css

Layout Options of Custom Js

Below js code is used for theme settings , darkmode ,lightmode and sidebar and horizonatlmenu options.

Layout Options

How to Change Font Style ?

Step 1:

Go To style.css is the main CSS file located in "assets/css/style.css " file go to nearest line number 120 .and change the font family

if you want to change another font-family Go to the site Google Fonts And Slect One font Family and import In to style.css file

How to Select font Family

Example:

imported font family css

Step 2:

And add Specify font-family css check below Image

Example:

How to move Sectionor Div from one page another page ?

Step 1:

Copy the text between <!-- row opened --> - <!-- row closed --> as shown in below image and you can paste where ever you want.

Example:

How to Change Logo ?

Go To "assets/images/brand" 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.

How to Add Leftmenu Iconic ?

Static Method:

Step 1:

Open all HTML files and add sidenav-toggled to Body Section. As shown in below Image.

Example:

(OR)

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-iconic as shown below.

Example:

How to Add Leftmenu Dark ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-2 to Body Section. As shown in below Image.

Example:

(OR)

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-background-color as shown below.

Example:

How to Add Leftmenu Light ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-light to Body Section. As shown in below Image.

Example:

(OR)

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-light-color as shown below.

How to Add Horizontalmenu dark ?

Static Method:

Step 1:

Open all HTML files and add Horizontal-menu dark to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for horizontalmenu-dark as shown below.

Example:

How to Add Horizontalmenu color ?

Static Method:

Step 1:

Open all HTML files and add horizontalmenu-color to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Horizontal-menu color as shown below.

Example:

How to Add Leftmenu Icon style ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-3 to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Icons-border-style as shown below.

Example:

How to Add Leftmenu square icons ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-4 to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for leftmenu-square-icons as shown below.

Example:

How to Add Horizontalmenu and leftmenu Dark ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-2, horizontalmenu-dark to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-background-color,Horizontal-menu dark as shown below.

Example:

How to Add Header-dark ?

Static Method:

Step 1:

Open all HTML files and add header-dark to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Header-dark as shown below.

Example:

How to Add Header-color ?

Static Method:

Step 1:

Open all HTML files and add header-color to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Header-color as shown below.

Example:

Darktheme

How to Add leftmenu Iconic ?

Static Method:

Step 1:

Open all HTML files and add sidenav-toggled to Body Section. As shown in below Image.

Example:

(OR)

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-iconic as shown below.

Example:

How to Add Leftmenu colored ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-2 to Body Section. As shown in below Image.

Example:

(OR)

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-background-color as shown below.

Example:

How to Add Leftmenu Light color ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-light to Body Section. As shown in below Image.

Example:

(OR)

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-light-color as shown below.

Horizontal-menu dark ?

Static Method:

Step 1:

Open all HTML files and add horizontalmenu-dark to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Horizontal-menu dark as shown below.

Example:

Horizontal-menu color ?

Static Method:

Step 1:

Open all HTML files and add horizontalmenu-color to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Horizontal-menu color as shown below.

Example:

How to add leftmenu icon style ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-3 to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Icons-border-style as shown below.

Example:

How to Add Leftmenu square icons ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-4 to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for leftmenu-square-icons as shown below.

Example:

How to Add Horizontalmenu and leftmenu color ?

Static Method:

Step 1:

Open all HTML files and add leftmenu-style-2, horizontalmenu-color to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-background-color,Horizontal-menu dark as shown below.

Example:

How to Add Header-dark ?

Static Method:

Step 1:

Open all HTML files and add header-dark to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Header-dark as shown below.

Example:

How to Add Header-light ?

Static Method:

Step 1:

Open all HTML files and add header-color to Body Section. As shown in below Image.

Example:

Dynamic Method:

Step 1:

Open custom.js file go to Style Modes section and Remove the comments for Header-color as shown below.

Example:

Font Used

Google fonts are used in the template. They are as follows: Google Fonts

All Images are used: Pexels.com

Images Used

Some Images are used: Pexels.com

Some Images are used: Unsplash.com

Some Images are used: pngtree

THANK YOU!