Main-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! 😊
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
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.
If You are Not using Scss & gulp No need to install It.You can directly use css files.
Dashlot– comes with the power of SCSS. The CSS files can be generated from SCSS by simply follow the below steps::
Please follow the below steps to install and setup all prerequisites:
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,
npm install
from the base of your project to install all the necessary dependencies.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
npm install -g gulp
from your terminal.npm install --global gulp-cli
npm install --save-dev gulp
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
|
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
If you need to add another CSS .you should place CSS Link in Header Section Only
<!-- 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>
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
Below js code is used for theme settings , darkmode ,lightmode and sidebar and horizonatlmenu options.
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
Example:
imported font family css
And add Specify font-family css check below Image
Example:
Copy the text between <!-- row opened -->
- <!-- row closed -->
as shown in below image and you can paste where ever you want.
Example:
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.
Open all HTML files and add sidenav-toggled to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-iconic as shown below.
Example:
Open all HTML files and add leftmenu-style-2 to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-background-color as shown below.
Example:
Open all HTML files and add leftmenu-light to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-light-color as shown below.
Open all HTML files and add Horizontal-menu dark to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for horizontalmenu-dark as shown below.
Example:
Open all HTML files and add horizontalmenu-color to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Horizontal-menu color as shown below.
Example:
Open all HTML files and add leftmenu-style-3 to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Icons-border-style as shown below.
Example:
Open all HTML files and add leftmenu-style-4 to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for leftmenu-square-icons as shown below.
Example:
Open all HTML files and add leftmenu-style-2, horizontalmenu-dark to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Leftmenu-background-color,Horizontal-menu dark as shown below.
Example:
Open all HTML files and add header-dark to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Header-dark as shown below.
Example:
Open all HTML files and add header-color to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Header-color as shown below.
Example:
Open all HTML files and add sidenav-toggled to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-iconic as shown below.
Example:
Open all HTML files and add leftmenu-style-2 to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-background-color as shown below.
Example:
Open all HTML files and add leftmenu-light to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for Leftmenu-light-color as shown below.
Open all HTML files and add horizontalmenu-dark to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for Horizontal-menu dark as shown below.
Example:
Open all HTML files and add horizontalmenu-color to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for Horizontal-menu color as shown below.
Example:
Open all HTML files and add leftmenu-style-3 to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for Icons-border-style as shown below.
Example:
Open all HTML files and add leftmenu-style-4 to Body Section. As shown in below Image.
Example:
Open custom-dark.js file go to Style Modes section and Remove the comments for leftmenu-square-icons as shown below.
Example:
Open all HTML files and add leftmenu-style-2, horizontalmenu-color to Body Section. As shown in below Image.
Example:
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:
Open all HTML files and add header-dark to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Header-dark as shown below.
Example:
Open all HTML files and add header-color to Body Section. As shown in below Image.
Example:
Open custom.js file go to Style Modes section and Remove the comments for Header-color as shown below.
Example:
Here we are used 10 types of icons in dashtic
Font Awesome | https://fontawesome.com/ |
Material Design Icons | https://materialdesignicons.com/ |
Simple line Icons | https://simplelineicons.github.io/ |
Feather Icons | https://feathericons.com/ |
Ionic Icons | https://ionicons.com/ |
pe7 Icons | https://themes-pixeden.com/font-demos/7-stroke/ |
Themify Icons | https://themify.me/themify-icons |
Typicons Icons | https://iconify.design/icon-sets/typcn/ |
Weather Icons | https://erikflowers.github.io/weather-icons/ |
Material Icons | https://material.io/resources/icons/ |
Here We are used 8 types of charts
Chartjs Charts | https://www.chartjs.org/ |
Morris Charts | https://morrisjs.github.io/morris.js/ |
Apex Charts | https://apexcharts.com/ |
Pie Charts | http://benpickles.github.io/peity/ |
Echart Charts | https://echarts.apache.org/examples/en/ |
Flot Charts | http://www.flotcharts.org/flot/examples/ |
C3 Charts | https://c3js.org/ |
chart-nvd3 Charts | https://github.com/novus/nvd3 |
Google fonts are used in the template. They are as follows: Google Fonts
All Images are used: Pexels.com