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


Robotech is a latest Tailwindcss admin dashboard and frontend multipal ecommerce pages and 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 frontend ecommerce 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
	
   Robotech/
	│ 
	├── dist/
	│   	└── theme
	├── src/
	│	 ├── assets/
	│	 │	│
	│	 │	├── fonts/
	│	 │	│   └── All fonts.			
	│	 │ 	│   
	│	 │	├── images/
	│	 │	│   └── images 
	│	 │	│
	│	 │	├── js/
	│	 │	│   └── All js
	│	 │	│
	│	 │	└── scss/
	│	 │		└── All scss files 
	│	 │
	│	 ├── partials
	│	 │	├── footer 
	│	 │	│	└── footer.html 
	│	 │	│
	│	 │	│
	│	 │	└── body.html 
	│	 │	└── head-css.html 
	│	 │	└── sidebar.html 
	│	 │	└── main.html 
	│	 │	└── script-file.html 
	│	 │	└── title-meta.html 
	│	 │	└── topbar.html 
	│	 │
	│	 │
	│	 └── All HTML files.
	│
	├── gulpfile.js
	│
	├── package.json
	│
	└── tailwind.config.js
		



	
	

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

Robotech 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
icons.css Combines various font icons. You should remove the fonts you don't plan to use from this file and recompile it.
tailwind.min.css Robotech uses the Tailwind v3.3.0 The core Tailwind file is being used in all the pages. The main stylesheet file, it's being generated from scss and contains all the css styles combined.

Javascript


Robotech uses,Venilla Javascript Tailwindcss framework and some of the third-party plugins. There are may more third party plugin which you can use according to your needs.

They are explained below:

File Description
components, feather, popper, 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.
js/pages/*.js These are the files containing pages specific code. They are mainly used for demo purpose.
libs/**/**.js All supported and integrated third-party plugins are included in here.

Themes


Robotech uses,Venilla Javascript Tailwindcss framework and some of the third-party plugins. There are may more third party plugin which you can use according to your needs.

They are explained below:

Themes Changes
Theme Dark


-----


Sidebar Light
1.Add class dark in this line <html lang="en" class="light scroll-smooth group dark" data-sidebar="dark" dir="ltr"> file path @@include('./partials/main.html') it will set to Dark theme.
Change attribute value dark in this line <body data-layout-mode="dark" data-sidebar-size="default" data-theme-layout="vertical" class="bg-[#ffffff] dark:bg-gray-900"> file path @@include('./partials/body.html') it will set to Dark theme.
-----
2.Only remove attribute value dark in this line attribute <html lang="en" class="light scroll-smooth group " data-sidebar="dark" dir="ltr"> file path @@include('./partials/main.html') it will set to Light sidebar.

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 1.0.0 - 14 Sept 2023

  • Initial released