Please refer Faq's page in documentation itself for queries of customization like colors,rtl ,dark styles,etc..
Thank you for purchasing our project and being our valued customer. We hope you are happy with your purchase. Feel free to contact us at any time. We have a dedicated team to provide you with the best support. If you have any issues, please contact the Support Help Desk at https://support.spruko.com/.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much!
Adminor - Codeigniter 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! π
Adminorβ Codeigniter is a Bootstrap Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Adminor admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 110+ PHP Pages & 50+ Plugins more UI elements . 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. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All PHP files,CSS, Scss and JS Files.
It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin 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 Adminor , you will be able to get free download of all future updates.
Vertical-menu | Horizontal click menu | Horizontal hover menu | RTL ready |
110 Plus PHP Pages | Bootstrap 5 Responsive Framework | Well Commented Code | 24 * 7 Professional Company Support |
Regular Updates | 50+ Plugins | 8 types of Charts | Select2 |
About us | Blog | File Manager | Gallery |
Image-Comparision | Ecommerce Pages | Settings Page | Blog Details |
Calendar | Mail Inbox | 11 Types of Icon sets | File upload |
Message Chat | Form Elements | Month & Date & Year Range Pickers | FormAdvanced Elements |
Data Tables | Lockscreen Page | Error Page | User Profile |
Invoice Page | Advanced Pricing Tables | Easy to customize | More Widgets |
Very Easy to Create your Own Site | Neat, clean and simple design | W3C Validated |
Step1: Please visite the Official Web Site of the Composer www.getcomposer.org
Step2: Click on the Download option
Step3: Click on the Composer-Setup.exe you are done with download
Step4: Now Right click on the Composer-Setup.exe file and select Run as administrator click on Yes
Step5: You'll be getting two options click as per your choice
Step6: I choose Recommended option here and if your developer you can check the box of the Developer Mode
Step7: And click on the Next button please make sure of installation path and then click Next
Step8: You'll be asked to enter proxy url please skip the step and click on the Next button
Step9: Please make sure with the PHP Version it should not be less than 7.3 V, here we used 8.0.9 Version and then click on the next button
Step10: To confirm that Composer is installed in your system then type Composer in command prompt (if you are using XAMPP then go to C:\xampp\htdocs location and type composer)
Note : This installation is shown based on XAMPP server..
Step1: Open command prompt, find the path of your XAMPP that is installed in your system.
Step2: Set your path as (Example: C:\xampp\htdocs>) in command prompt.
Step3. Now type the following command line to install the CodeIgniter Packages in your "htdocs" folder composer create-project codeigniter4/appstarter my-project and press Enter.
Step4: Now your downloading is started please wait for sometime to download all the necessary dependencies and packages.
Step5: Once you are redirected to the Token (hidden):_ path then you are sucessfully installed CodeIgniter
Step6: You can also download the CodeIgniter framework using this link https://codeigniter.com/download
// Optional: If you want to asscess your index.php file from your root directory.Step7: Once the framework is downloaded you need to make a small changes in index.php file that is located in your public folder.
Step8: Take a copy of index.php file and paste it in your root folder that is out
of your public folder and open it in your editor and replace the code
$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');
to $pathsPath = realpath(FCPATH . 'app/Config/Paths.php');
Step9: Note : If you have any further queries in installation please refer to the official websites Click here
"php spark serve" or "php -S localhost:8080"
Note :
Please make sure with your "public $baseURL" (Set
your "public $baseURL" according to your root path)
In your root directory
app/config/app.php open app.php in your editor and set the url
Example: public $baseURL = 'http://localhost:8080';
βββ app/
βββ public
βββ tests
βββ vendor
βββ writable
βββ .env
βββ .gitignore
βββ .htaccess
βββ .builds
βββ composer.json
βββ composer.lock
βββ env
βββ gulpfile.js
βββ license
βββ package-lock.json
βββ package.json
βββ phpunit.xml.dist
βββ preload.php
βββ readme.md
βββ spark
Adminor comes with power of SCSS. The css files can be generated from scss by simply following below steps:
Gulp is a JavaScipt streaming task runner. It automate 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 to easily compilation of scss to csss. You can read it more about it here.
Please follow below steps to install and setup all prerequisites:
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,
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 gulp
from
your terminal.
After Completion of gulp Install. open gulpfile.js
And install the "Declaration of gulp variables" in your command promt. In order to install, just run command npm install gulp
, const sass = require('gulp-sass')(require('sass'));
,
npm install gulp-postcss
, npm install autoprefixer
, npm install gulp-sourcemaps
,
npm install browser-sync
from 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.js
after that run in command promt
To setup, follow below mentioned steps:
Make sure to have all above prerequisites installed & running in your computer
Open your terminal, go to your folder and enter the command npm 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
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 for what ever changes made in scss folder, will watch and 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.
|
If you have installed XAMPP on your machine then please follow the below steps
1. Download and Install the Composer from official site https://getcomposer.org/
2. Install CodeIgniter by using Composer as mentioned in the installation process above.
1. After installing your CodeIgniter, Open Xampp and click on the start button on the Apache server and MySQL server
2. Extract the zip file of CodeIgniter project that you received.
3. Please set your public $baseURL before going to run your project, go to /app/Config/app.php Example: public $baseURL = 'http://localhost:8080'; and set your project path in command prompt.
4. If your project is placed in Local Server, Example: C:\xampp\htdocs\myprojectfolder
5. If your project is placed in Desktop, Example: cd C:\Users\Admin\Desktop\myprojectfolder
6. Now run the command line: "php spark serve" or "php -S localhost:8080"
7. Your CodeIgniter PHP Development Server as been started (http://localhost:8080)
8. Copy the url and past it in your favorite browser
Upload the Project that you have purchased, based on your uploading process on server
βββ app/
| βββ Config
| βββ Controllers
| βββ Database
| βββ Filters
| βββ Helpers
| βββ Language
| βββ Libraries
| βββ Models
| βββ ThirdParty
| βββ Views/
| | βββ errors
| | βββ layouts
| | | βββ components
| | | | βββ landingpage
| | | | βββ app-header.php
| | | | βββ app-header1.php
| | | | βββ app-sidebar.php
| | | | βββ custom-scripts.php
| | | | βββ custom-styles.php
| | | | βββ footer.php
| | | | βββ model.php
| | | | βββ scripts.php
| | | | βββ styles.php
| | | | βββ switcher-scripts.php
| | | | βββ switcher-styles.php
| | | | βββ switcher.php
| | | βββ custom-main.php
| | | βββ landing-main.php
| | | βββ main.php
| | | βββ swicher-main.php
| | βββ pages
| | βββ 128 .php (files)
βββ public/
| βββ assets
| βββ .htaccess
| βββ favicon
| βββ index.php
| βββ robots.txt
βββ vender/
βββ writable/
| βββ cache
| βββ debugbar
| βββ logs
| βββ session
| βββ uploads
| βββ .htaccess
βββ .gitignore
βββ .htaccess
βββ builds
βββ composer.json
βββ composer.lock
βββ env
βββ gulpfile.js
βββ license.txt
βββ package-lock.json
βββ package.json
βββ phpunit.xml.dist
βββ preload.php
βββ README.md
βββ spark
If you want to add switcher to your template follow the below process.
Go to root path: app/views/layouts/main.php
open main.php
in that file, below the body tag
, include the switcher path given below.
Switcher path:
<!-- switcher code -->
<?= $this->include('layouts/components/switcher'); ?>
<!-- End switcher -->
EX:
<body class="main-body app sidebar-mini ltr">
<!-- switcher code -->
<?= $this->include('layouts/components/switcher'); ?>
<!-- End switcher -->
Go to root path: app/views/layouts/components/styles.php
open "styles.php"
file and add switcher css links given below.
Add switcher css:
<!-- Switcher css -->
<link href="<?php echo base_url('assets/switcher/css/switcher.css'); ?>" rel="stylesheet">
<link href="<?php echo base_url('assets/switcher/demo.css'); ?>" rel="stylesheet">
Go to root path: app/views/layouts/components/scripts.php
open "scripts.php"
file and then add theswitcher.js
link as shown below.
Add switcher js:
<!-- Switcher js -->
<script src="<?php echo base_url('assets/switcher/js/switcher.js'); ?>"></script>
Go to root path: app/views/layouts/main.php
open main.php
file and then chenge app-header.php
to app-header1.php
given below.
Before:
<!-- app header code -->
<?= $this->include('layouts/components/app-header'); ?>
<!-- End app header Code -->
After:
<!-- app header1 Code -->
<?= $this->include('layouts/components/app-header1'); ?>
<!-- End app header1 Code -->
Go to root path: app/views/layouts/landing-main.php
open landing-main.php
in that file, below the body tag
, include the switcher path given below.
Switcher path:
<!-- switcher code -->
<?= $this->include('layouts/components/landingpage/switcher'); ?>
<!-- End switcher -->
EX:
<body class="main-body app sidebar-mini ltr landing-page horizontalmenu">
<!-- switcher code -->
<?= $this->include('layouts/components/landingpage/switcher'); ?>
<!-- End switcher -->
Go to root path: app/views/layouts/components/landingpage/styles.php
open "styles.php"
file and add switcher css links given below.
Add switcher css:
<!-- Switcher css -->
<link href="<?php echo base_url('assets/switcher/css/switcher.css'); ?>" rel="stylesheet">
<link href="<?php echo base_url('assets/switcher/demo.css'); ?>" rel="stylesheet">
Go to root path: app/views/layouts/landing-main.php
open landing-main.php
file and then chenge app-header
to app-header1
given below.
Before:
<!-- app header code -->
<?= $this->include('layouts/components/landingpage/app-header'); ?>
<!-- End app header Code -->
After:
<!-- app header code -->
<?= $this->include('layouts/components/landingpage/app-header1'); ?>
<!-- End app header Code -->
Go to root path: app/views/layouts/landing-main.php
open landing-main.php
file and then chenge app-sidebar
to app-sidebar1
given below.
Before:
<!-- app sidebar Code -->
<?= $this->include('layouts/components/landingpage/app-sidebar'); ?>
<!-- End app sidebar Code -->
After:
<!-- app sidebar Code -->
<?= $this->include('layouts/components/landingpage/app-sidebar1'); ?>
<!-- End app sidebar Code -->
Go to root path: app/views/layouts/components/landingpage/scripts.php
open "scripts.php"
file and then add theswitcher.js
link as shown below.
Add switcher js:
<!-- Switcher js -->
<script src="<?php echo base_url('assets/switcher/js/switcher.js'); ?>"></script>
NOTE: If you want to change your chart colors according to the theme colors, then follow the process.(Skip this process if this is not your requirement).
open a js file used for that particular PHP page and create a new function in that js file as shown below
NOTE-1: Forindex.php
page there is index.js
file which is used for that particular page only. You should create function and place data for your chart in that index.js
you should create new function and place chart data in that js files only
IMPORTANT:If you want to place a new chart in any other page Please create new js file and create the below function
function chartid() { -----------
--------
----------
}
Place your new chart data in the function which you created.
open themecolor.js Path:(public\assets\js\themecolor.js)
and paste the below code in the names()
function in (// chart colors) section located at the bottom of the file.
if(document.querySelector('#Your-chart-id') !== null){
example();
}
replace (#Your-chart-id) with your new chart id & replace example(); with chartid() function which you created in step 1.
place ( myVarVal )
variable before the colors of your chart where you want to change accordingly to the primary color of the template for example refer below code which we used in index.js file.
colors: [ myVarVal || "#38cab3","#e4e7ed"],
Go To _fonts.scss (public/assets/scss/custom/fonts/_fonts.scss )
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:
And paste Your Selected font-family in Style.scss i.e (root:-public/assets/scss/style.scss)
Example:
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");And add the Your Selected font-family in _custom-styles.scss(public/assets/scss/bootstarp/_bootstrap-custom.scss)
Example:
body {
font-family: "Roboto", sans-serif;
}
Go To _variables-styles.scss (public/assets/scss/variables )
You will find --primary-bg-color: #623AA2;
, where you can
simply change color code to change primary color
BEFORE:
:root {
--primary-bg-color: #623AA2;
AFTER:
:root {
--primary-bg-color: #0162e8;
Simply you can also change color for
primary-bg-hover:#025cd8;
&
--primary-bg-border:#0162e8;
, where you can simply change
color code to change them
Go To "public/assets/img/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 custom.js
path:(public/assets/js/switcher-style.js)
file . and remove
comments for $('body').addClass('rtl')
to enable RTL
version as shown in below
/***************** RTL *********************/
// $('body').addClass('rtl');
/***************** RTL *********************/
$('body').addClass('rtl')
as shown below
/***************** RTL *********************/
$('body').addClass('rtl');
/***************** RTL *********************/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for dark-theme
to enable
dark-theme style as shown in below
/***************** DARK THEME *********************/
// $('body').addClass('dark-theme');
/***************** DARK THEME *********************/
dark-mode
as
shown below
/***************** DARK THEME *********************/
$('body').addClass('dark-theme');
/***************** DARK THEME *********************/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for color-header
to enable
color-header style as shown in below
/**Color-Header**/
// $('body').addClass('color-header');
/**Color-Header**/
color-header
as shown below
/**Color-Header**/
$('body').addClass('color-header');
/**Color-Header**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for dark-header
to enable
dark-header style as shown in below
/**Dark-Header**/
// $('body').addClass('dark-header');
/**Dark-Header**/
dark-header
as
shown below
/**Dark-Header**/
$('body').addClass('dark-header');
/**Dark-Header**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for light-header
to enable
light-header style as shown in below
/**Light-Header**/
// $('body').addClass('light-header');
/**Light-Header**/
light-header
as shown below
/**Light-Header**/
$('body').addClass('light-header');
/**Light-Header**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for light-menu
to enable
light-menu style as shown in below
/**Light-menu**/
// $('body').addClass('light-menu');
/**Light-menu**/
light-menu
as
shown below
/**Light-menu**/
$('body').addClass('light-menu');
/**Light-menu**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for color-menu
to enable
color-menu style as shown in below
/**Color-menu**/
// $('body').addClass('color-menu');
/**Color-menu**/
color-menu
as
shown below
/**Color-menu**/
$('body').addClass('color-menu');
/**Color-menu**/
open custom.js
path:(public/assets/js/switcher-style.js)
file and remove
comments for dark-menu
to enable dark-menu style as shown
in below
/**Dark-menu**/
// $('body').addClass('dark-menu');
/**Dark-menu**/
dark-menu
as
shown below
/**Dark-menu**/
$('body').addClass('dark-menu');
/**Dark-menu**/
open custom.js
path:(public/assets/js/switcher-style.js)
file and remove
comments for layout-boxed
to enable layout-boxed style as
shown in below
/**Boxed Layout Style**/
if (!localStorage.getItem('Adminorfullwidth') && !localStorage.getItem('Adminorboxedwidth')) {
// $('body').addClass('layout-boxed');
}
/**Boxed Layout Style**/
layout-boxed
as shown below
/**Boxed Layout Style**/
if (!localStorage.getItem('Adminorfullwidth') && !localStorage.getItem('Adminorboxedwidth')) {
$('body').addClass('layout-boxed');
}
/**Boxed Layout Style**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for scrollable-layout
to enable
scrollable-layout style as shown in below
/**Header-Position Styles**/
// $('body').addClass('scrollable-layout');
/**Header-Position Styles**/
scrollable-layout
as shown below
/**Header-Position Styles**/
$('body').addClass('scrollable-layout');
/**Header-Position Styles**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for sidemenu-icontext
to enable
sidemenu-icontext style as shown in below
/**Icon-Text-Menu**/
// $('body').addClass('icontext-menu');
// $('body').addClass('sidenav-toggled');
// if (document.querySelector('body').classList.contains('horizontal') && !document.querySelector('body').classList.contains('login-img')) {
// icontext();
// }
/**Icon-Text-Menu**/
sidemenu-icontext
as shown below
/**Icon-Text-Menu**/
$('body').addClass('icontext-menu');
$('body').addClass('sidenav-toggled');
if (document.querySelector('body').classList.contains('horizontal') && !document.querySelector('body').classList.contains('login-img')) {
icontext();
}
/**Icon-Text-Menu**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Closed Sidemenu
to enable
closed menu style as shown in below
/**closed-Menu**/
// $('body').addClass('closed-menu');
// $('body').addClass('sidenav-toggled');
/**closed-Menu**/
Closed Sidemenu
as shown below
/**closed-Menu**/
$('body').addClass('closed-menu');
$('body').addClass('sidenav-toggled');
/**closed-Menu**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Icon Overlay Sidemenu
to
enable Icon Overlay style as shown in below
/**Icon-Overlay-Menu**/
// $('body').addClass('sideicon-menu');
// $('body').addClass('sidenav-toggled');
/**Icon-Overlay-Menu**/
sideicon-menu
as shown below
/**Icon-Overlay-Menu**/
$('body').addClass('sideicon-menu');
$('body').addClass('sidenav-toggled');
/**Icon-Overlay-Menu**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Hover Submenu
to enable Hover
submenu style as shown in below
/**Hover-Sub-Menu**/
// $('body').addClass('hover-submenu');
// $('body').addClass('sidenav-toggled');
// if (document.querySelector('body').classList.contains('horizontal') && !document.querySelector('body').classList.contains('login-img')) {
// hovermenu();
// }
/**Hover-Sub-Menu**/
Hover Submenu
as shown below
/**Hover-Sub-Menu**/
$('body').addClass('hover-submenu');
$('body').addClass('sidenav-toggled');
if (document.querySelector('body').classList.contains('horizontal') && !document.querySelector('body').classList.contains('login-img')) {
hovermenu();
}
/**Hover-Sub-Menu**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Hover Submenu Style1
to enable
Hover submenu style1 style as shown in below
/**Hover-Sub-Menu1**/
// $('body').addClass('hover-submenu1');
// $('body').addClass('sidenav-toggled');
// if (document.querySelector('body').classList.contains('horizontal') && !document.querySelector('body').classList.contains('login-img')) {
// hovermenu();
// }
/**Hover-Sub-Menu1**/
Hover Submenu Style1
as shown below
/**Hover-Sub-Menu1**/
$('body').addClass('hover-submenu1');
$('body').addClass('sidenav-toggled');
if (document.querySelector('body').classList.contains('horizontal') && !document.querySelector('body').classList.contains('login-img')) {
hovermenu();
}
/**Hover-Sub-Menu1**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Double-menu
to enable
Double-menu style as shown in below
/**Double-Menu**/
// $('body').addClass('double-menu');
// doubleLayoutFn()
/**Double-Menu**/
Double-menu
as shown below
/**Double-Menu**/
$('body').addClass('double-menu');
doubleLayoutFn()
/**Double-Menu**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Double-menu-tabs
to enable
Double-menu-tabs style as shown in below
/**Double-menu-tabs**/
// $('body').addClass('double-menu-tabs');
// doubleLayoutFn()
/**Double-menu-tabs**/
Double-menu-tabs
as shown below
/**Double-menu-tabs**/
$('body').addClass('double-menu-tabs');
doubleLayoutFn()
/**Double-menu-tabs**/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Horizontal layout
to enable
Horizontal layout style as shown in below
/***************** Horizontal THEME *********************/
// $('body').addClass('horizontal');
/***************** Horizontal THEME *********************/
Horizontal layout
as shown below
/***************** Horizontal THEME *********************/
$('body').addClass('horizontal');
/***************** Horizontal THEME *********************/
open custom.js path:(public/assets/js/switcher-style.js)
file and remove comments for Horizontal Hover layout
to
enable Horizontal Hover layout style as shown in below
/***************** Horizontal-Hover THEME *********************/
// $('body').addClass('horizontal-hover');
/***************** Horizontal-Hover THEME *********************/
Horizontal Hover layout
as shown below
/***************** Horizontal-Hover THEME *********************/
$('body').addClass('horizontal-hover');
/***************** Horizontal-Hover THEME *********************/
open custom.js path:(public/assets/js/switcher-style.js)
file and replacenoWrap
with wrap
in
Horizontal (or) Horizontal Hover layout
to enable wrap
style for Horizantal or Horizantal Hover
document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
noWrap
with wrap
as
shown below
document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
Example:
Simply you can change noWrap
with wrap
to change
the style of Horizontal or Horizontal Hover Menus
Open themeColors.js file
public/assets/js/themeColors.js
To clear LocalStorage loading functions you need to remove localStorageBackup() {} and localStorageBackup() calling function in themeColors.js as shown below
function localStorageBackup() {
}
To remove complete LocalStorage saving you need to remove all
localstorage related calling functions in switcher-styles.js
public/assets/js/switcher-styles.js
files.
LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.
localStorage.setItem("AdminordarkMode" , true);
localStorage.removeItem("AdminorlightMode");
Plugin | Version | URL |
---|---|---|
Bootstrap | v5.1.3 | https://getbootstrap.com/ |
jquery | v3.6.0 | https://jquery.com/ |
chartjs | v3.9.1 | https://www.chartjs.org/ |
echarts | v5.4.0 | https://echarts.apache.org/en/index.html |
Perfect-scrollbar | v1.4.0 | https://github.com/mdbootstrap/perfect-scrollbar |
Datatables | v5.0 | https://datatables.net/ |
Datepicker | v1.12.0 | https://jqueryui.com/datepicker/ |
Flotchart | v1.1 | https://www.flotcharts.org/plugins/ |
Fullcalendar | v5.11.3 | https://fullcalendar.io/ |
ion.rangeSlider | v2.2.0 | http://ionden.com/a/plugins/ion.rangeSlider/index.html |
jquery-countdown | v2.1.0 | http://keith-wood.name/countdown.html |
jquery-inputmask | v1.9.0 | https://robinherbots.github.io/Inputmask/ |
Sweet-alert | v1.3.3 | https://lipis.github.io/bootstrap-sweetalert/ |
morris | v0.5.0 | http://morrisjs.github.io/morris.js/ |
select2 | v4.0.5 | https://select2.org/ |
wysiwyag | https://www.jqueryscript.net/demo/Rich-Text-Editor-jQuery-RichText/ | |
summernote editor | https://summernote.org/ |
Refer following links for usage:
Icons | References |
---|---|
Font Awesome | https://fontawesome.com/v4.7.0/icons/ |
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://fonts.google.com/icons?selected=Material+Icons |