Documentation

Tixia - Ticketing Admin Dashboard Tailwind CSS Template

Tixia

Tixia - Fitness Tailwind CSS Admin Dashboard

This documentation is last updated on 23 April 2024

Thank you for purchasing this Tailwind CSS template.

If you like this template, Please support us by rating this template with 5 stars


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 Tixia template.

  • fonts

    This folder font files for various template features.

  • css

    This folder contains all the CSS files of Tixia template.

  • js

    This folder has all javascript files for various template features.

  • vendor

    This folder has all plugins used in the template.

  • script

    This folder has all script contact form used in the template.

  • scss

    Scss File

HTML File - Dashboard

  • package
    • src
      • assets
        • css
        • icons
          • flaticon
          • flaticon_1
          • fontawesome
          • line-awesome
          • material-design-iconic-font
          • 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
          • toastr
          • wnumb
      • index.html
      • analytics.html
      • events.html
      • order-list.html
      • customer-list.html
      • reviews.html
      • .....
    • package.json
    • package-lock.json
    • tailwind.config.js

Theme Features -

js/deznav-init.js


var dezSettingsOptions = {
	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

  • color_1
  • color_2
  • color_3
  • color_4
  • color_5
  • color_6
  • color_7
  • color_8
  • color_9
  • color_10
  • color_11
  • color_12
  • color_13
  • color_14
  • color_15
var dezSettingsOptions = {
	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 dezThemeSet1 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_9",
	headerBg: "color_1",
	navheaderBg: "color_9",
	sidebarBg: "color_1",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet2 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_7",
	headerBg: "color_1",
	navheaderBg: "color_7",
	sidebarBg: "color_7",
	sidebarStyle: "compact",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet3 = {
	typography: "poppins",
	version: "dark",
	layout: "vertical",
	primary: "color_5",
	headerBg: "color_1",
	navheaderBg: "color_5",
	sidebarBg: "color_5",
	sidebarStyle: "modern",
	sidebarPosition: "static",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet4 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_12",
	headerBg: "color_12",
	navheaderBg: "color_1",
	sidebarBg: "color_12",
	sidebarStyle: "icon-hover",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet5 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_12",
	headerBg: "color_12",
	navheaderBg: "color_12",
	sidebarBg: "color_13",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet6 = {
	typography: "poppins",
	version: "light",
	layout: "horizontal",
	primary: "color_15",
	headerBg: "color_1",
	navheaderBg: "color_1",
	sidebarBg: "color_1",
	sidebarStyle: "compact",
	sidebarPosition: "static",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet7 = {
	typography: "poppins",
	version: "light",
	layout: "horizontal",
	primary: "color_7",
	headerBg: "color_7",
	navheaderBg: "color_7",
	sidebarBg: "color_1",
	sidebarStyle: "modern",
	sidebarPosition: "static",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet8 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_14",
	headerBg: "color_14",
	navheaderBg: "color_1",
	sidebarBg: "color_1",
	sidebarStyle: "modern",
	sidebarPosition: "static",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

Credits -


HTML Structure-

Head Section

1

Header

2

Footer Section

3

Footer Essentials

4

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 DexignZone

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.

Version History - #back to top

v1.0 - 23 April 2024
  • New - Created & Upload Tixia