Mophy
Payment Admin Dashboard Tailwind CSS Template
This documentation is last updated on 23 april 2024
Thank you for purchasing this HTML template.
Installation -
1.- Install Node Module
Install tailwindcss modules via npm
npm install
2.- Start the Tailwind CLI build process
Run the CLI tool to scan your template files for classes and build your CSS.
npx tailwindcss -i ./src/assets/css/tailwind.css -o ./src/assets/css/style.css --watch
3.- Start using Tailwind in your HTML
Add your compiled CSS file to the <head>
and start using Tailwind’s utility classes to style your content.
Folder Directories -
-
images
This folder contains all the images of Mophy template.
-
fonts
This folder font files for various template features.
-
css
This folder contains all the CSS files of Mophy template.
-
js
This folder has all javascript files for various template features.
-
vendor
This folder has all plugins used in the template.
HTML File - Dashboard
- package
- src
- assets
- css
- icons
- avasta
- feather
- flaticon
- font-awesome-old
- helveticaNeue
- icomoon
- line-awesome
- material-design-iconic-font
- simple-line-icons
- themify-icons
- images
- avatar
- big
- card
- product
- profile
- tab
- js
- dashboard
- plugins-init
- vendor
- alpinejs
- apexchart
- chart.js
- chartist
- chartist-plugin-tooltips
- clockpicker
- datatables
- dropzone
- flot
- flot-spline
- fullcalendar
- Flatpickr
- global
- highlightjs
- jquery
- jquery-asColor
- jquery-asColorPicker
- jquery-asGradient
- jquery-sparkline
- jquery-steps
- jqueryui
- jquery-validation
- jqvmap
- metismenu
- moment
- morris
- nestable2
- niceselect
- nouislider
- peity
- perfect-scrollbar
- pickadate
- raphael
- select2
- summernote
- svganimation
- sweetalert2
- Tailwind
- toastr
- wnumb
- index.html
- my-wallet.html
- invoices.html
- cards-center.html
- transactions.html
- transactions-details.html
- .....
- assets
- package.json
- package-lock.json
- tailwind.config.js
- src
Admin Theme Features -
js/deznav-init.js
var dzSettingsOptions = { typography: "poppins", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full" };
Color Theme -
So many color option available
var dzSettingsOptions = { typography: "poppins", More Options => ["poppins" , "roboto" , "Open Sans" , "Helventivca" ] version: "light", More Options => ["light" , "dark"] layout: "horizontal", More Options => ["horizontal" , "vertical"] primary: "color_11", More Options => ["color_1," , "color_2," ..... "color_15"] headerBg: "color_1", More Options => ["color_1," , "color_2," ..... "color_15"] navheaderBg: "color_1", More Options => ["color_1," , "color_2," ..... "color_15"] sidebarBg: "color_11", More Options => ["color_1," , "color_2," ..... "color_15"] sidebarStyle: "compact", More Options => ["full" , "mini" , "compact" , "modern" , "overlay" , "icon-hover"] sidebarPosition: "static", More Options => ["static" , "fixed"] headerPosition: "fixed", More Options => ["static" , "fixed"] containerLayout: "full", More Options => ["full" , "wide" , "wide-box"] direction: direction More Options => ["ltr" , "rtl"] };
var dzThemeSet1 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_2", headerBg: "color_1", navheaderBg: "color_2", sidebarBg: "color_2", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet2 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_13", navheaderBg: "color_13", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet3 = { typography: "poppins", version: "light", layout: "horizontal", primary: "color_14", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_14", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet4 = { typography: "poppins", version: "light", layout: "horizontal", primary: "color_6", headerBg: "color_6", navheaderBg: "color_6", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet5 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_4", headerBg: "color_1", navheaderBg: "color_4", sidebarBg: "color_4", sidebarStyle: "compact", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet6 = { typography: "poppins", version: "dark", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "compact", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet7 = { typography: "poppins", version: "dark", layout: "vertical", primary: "color_3", headerBg: "color_14", navheaderBg: "color_3", sidebarBg: "color_3", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
var dzThemeSet8 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_3", sidebarBg: "color_3", sidebarStyle: "mini", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: 'ltr', };
Navigation Bar
dzSettingsOptions = { typography: "poppins", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction, navTextColor:'color_1', navigationBarImg: 'images/sidebar-img/1.jpg' /* image path or null*/ };
Credits -
-
alpinejs
-
apexchart
-
chart.js
-
chartist-plugin-tooltips
-
clockpicker
-
datatables
-
daterangepicker
-
dropzone
-
fullcalendar
-
Flatpickr
-
jquery
-
jquery-asColor
-
jquery-asColorPicker
-
jquery-asGradient
-
jquery-sparkline
-
jquery-steps
-
jquery-validation
-
metismenu
-
moment
-
nestable2
-
nouislider
-
niceselect
-
powerful-calendar
-
pickadate
-
select2
-
svganimation
-
sweetalert2
-
Swiper
-
Tailwind
HTML Structure -
Head Structure
Header
Footer
Footer Essentials
Our Products -
Do You Need Help To Customization
After Purchase A Template...
You Will Start Customizing According Your Requirement but what if you don't know
SOLUTION IS HIRE DexignLab
Hire Same Team For Quality Customization
In Order To Ensure Your Website Is Live, We Will Customize The Template According To Your Requirements And Upload It to the Server.