Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.

Introduction


Metrica is a Bootstrap 5 admin dashboard and multipurpose application ui kit. It is fully responsive and included awesome features to help build web applications fast and easy. The tones of well designed and developed layouts, components, elements, widgets and application pages allows you to create any saas based application, custom admin panel or dashboard application. The clean and flexible code enable you to easily customize it.

You are important for us and so please feel free to get back to me with any question or feedback.

Structure


I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.

File & Folder Structure


	
	
	
	
	Theme Directory
	
   Metrica/
	│ 
	├── dist/
	│   	└── theme
	├── src/
	│	 ├── assets/
	│	 │	│
	│	 │	├── fonts/
	│	 │	│   └── All fonts.			
	│	 │ 	│   
	│	 │	├── images/
	│	 │	│   └── images 
	│	 │	│
	│	 │	├── js/
	│	 │	│   └── All js
	│	 │	│
	│	 │	└── scss/
	│	 │		└── All scss files 
	│	 │
	│	 ├── partials
	│	 │	│
	│	 │	└── title-meta.html 
	│	 │	└── head-css.html 
	│	 │	└── topbar.html 
	│	 │	└── horizontal-nav.html 
	│	 │	└── left-sidebar.html 
	│	 │	└── left-sidebar-tab.html 
	│	 │	└── right-sidebar.html 
	│	 │	└── footer.html 
	│	 │
	│	 │
	│	 └── All HTML files.
	│
	├── gulpfile.js
	│
	└── package.json
		



	
	

HTML Structure


Installation


We are using gulp which allows to easily compilation of scss to csss. In case if you don't know - Gulp is a gulp is a toolkit for automating painful or time-consuming tasks in development workflow, so you can stop messing around and build something. You can read it more about it here

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Yarn

    Make sure to have the Yarn installed & running in your computer. If you already have installed Yarn on your computer, you can skip this step. We suggest you to use Yarn instead of NPM.

  • 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

  • Gulp

    Make sure to have the Gulp installed & running in your computer. If you already have installed gulp on your computer, you can skip this step. In order to install, just run command npm install -g gulp from your terminal.

  • Git

    Make sure to have the Git installed & running in your computer. If you already have installed git on your computer, you can skip this step

To setup, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running in your computer

  • Install Dependencies

    Open your terminal, go to your folder and enter the command yarn install. This would install all required dependencies in node_modules folder.

    After you finished with above steps, you can run the command to compile scss into css: gulp

    gulp build Generates a /dist directory with all the production files.

SCSS & CSS

Metrica comes with power of SCSS. The css files can be generated from scss by simply following below steps:

Following are the stylesheet files:

File Description
bootstrap.min.css Metrica uses the bootstrap v5.2.1 The core bootstrap file is being used in all the pages.
icons.css Combines various font icons. You should remove the fonts you don't plan to use from this file and recompile it.
app.css The main stylesheet file, it's being generated from scss and contains all the css styles combined.

Javascript


Metrica uses,Javascript Bootstrap JS framework(at its core) and some of the third-party plugins. There are may more third party plugin which you can use according to your needs. The css is already containing matching style for these plugins so you will not need to do anything around it.

They are explained below:

File Description
bootstrap.bundle.min.js, simplebar, etc. These files are used at core of the theme.
app.js This is a main js file. It contains the custom JS code needed for features including layout, sidebar, etc.
pages/*.js These are the files containing pages specific code. They are mainly used for demo purpose.
plugins/**.js All supported and integrated third-party plugins are included in here.

Themes


Metrica uses jQuery, Bootstrap JS framework(at its core) and some of the third-party plugins. There are may more third party plugin which you can use according to your needs. The css is already containing matching style for these plugins so you will not need to do anything around it.

They are explained below:

Themes Changes
Light version To have Light mode enabled, replace the reference of bootstrap-dark.min.css stylesheet file to bootstrap.min.css and app-dark.min.css to app.min.css
in the src/partials/head-css.html it will set to default the light version.
Drak version To have dark mode enabled, replace the reference of bootstrap.min.css stylesheet file to bootstrap-dark.min.css and app.min.css to app-dark.min.css
in the src/partials/head-css.html it will set to dark version.
RTL version To have light mode enabled, replace the reference of app.min.css to app-rtl.min.css and bootstrap.min.css to bootstrap-rtl.min.css and in the src/partials/main.html file add the html tag like <html lang="en" dir="rtl">.
in the src/partials/head-css.html it will set to RTL version.
Dark RTL version To have dark mode enabled, replace the reference of bootstrap-dark.min.css stylesheet file to bootstrap-dark-rtl.min.css and app-dark.min.css to app-dark-rtl.min.css
in the src/partials/head-css.html it will set to dark RTL version.
Material version To have material mode enabled, replace the reference of bootstrap.min.css stylesheet file to bootstrap-material.min.css and app.min.css to app-material.min.css
in the src/partials/head-css.html it will set to material version.
Topbar Dark, Sidebar Dark Only add class in body .dark-topbar set to dark topbar and add .dark-sidebar set dark sidebar
Sidebar Layout @@include('./partials/left-sidebar-tab.html') to @@include('./partials/left-sidebar.html') in the html file it will set to layout-2.

Credits & Official Documentation

I've used the following resources as listed. These are some awesome creation and I am really thankful to the respective community.


Support


Once again thank you for purchasing the theme. I am always avaialble to help you. If you have any suggestion or feature to make it more better, I am requesting you to contact me, I'll try my best to add them in future updates.

Best,

- Mannat-themes

Change Log


Version 3.1.0 - 25 September 2022

  • Bootstrap 5.2.1
  • Latest All plugins (Javascript)
  • Changed folder structure
  • Add yarn installed.
  • Fixed some issue.

Version 3.0.0 - 22 July 2021

  • Bootstrap 5.0.2
  • Collapse Layout
  • All Pages design update
  • Jquery Remove
  • Add javascrip datatable (Remove jquary datatable)
  • Latest All plugins (Javascript)
  • Add Gulp installed
  • Fixed some issue.

Version 2.1.0 - 17 April 2020

  • Added Simple Layout
  • Simple Layout Support RTL, Dark, Dark-RTL, Topbar-Dark, Left Sidenav-Dark
  • Horizontal & Vertical Layouts
  • Update Bootstrap v4.4.1 latest
  • Fixed some issue.

Version 2.0 - 20 March 2020

  • Refactored folder structure and code
  • New Added Helpdesk System
    • Helpdesk Dashboard
    • Tickets
    • Reports
    • Agents
  • Added Right-bar (Appearance)
  • Added Dragger Table
  • Added Feather Icons
  • Added Leaflet Map
  • Update Apexcharts to v3.15.6 version
  • Update Crypto System
  • Update Tour Plugin
  • Update Documatation
  • Update Bootstrap v4.4.1 latest
  • Update jQuery v3.4.1 latest
  • Fixed some issue.

Version 1.5.0 - 26 September 2019

  • Added Light Material and Dark Material Vertical Layout
  • Update Full Calendar to 4.3.0 version
  • Fixed some issue.

Version 1.4.0 - 26 August 2019

  • Added Material Horizontal-2 and Material Vertical-2 Layout
  • Fixed some issue.

Version 1.3.0 - 06 August 2019

  • Added Horizontal-2 and vertical-2 Layout
  • Fixed some issue.

Version 1.2.0 - 22 July 2019

  • Added Hospital Horizontal Layout
  • Added Hospital Vertical Layout
  • Fixed some issue.

Version 1.1.0 - 25 June 2019

  • Added Horizontal Layout
  • Added Horizontal-Dark Layout
  • Added Vertical RTL Layout
  • Added Vertical RTL-Dark Layout
  • Fixed responsive issue.

Version 1.0.0 - 17 June 2019

  • Initial released