Rixzo - Typescript React Bootstrap Premium Admin & Dashboard Template

Introduction
Welcome to Rixzo – Typescript React Bootstrap Premium Admin & Dashboard Template

Rixzo - Typescript React Bootstrap Premium 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 React, CSS3, react bootstrap 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! 😊

Dashboard
Welcome to Rixzo – Typescript React Bootstrap Premium Admin & Dashboard Template
  • Created Date : 02/May/2025
  • Author : Spruko
  • Company : Spruko Technologies Private Limited

Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com.

Template Description

Rixzo is a Typescript React-Bootstrap Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. Rixzo Modern template is powered with React Pages, SASS, & React-Bootstrap which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 180+ React Pages . 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. This template using React-Bootstrap framework. After Purchased this template you will get All tsx files,CSS and SCSS Files.

It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design 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 Rixzo Typescript React-Bootstrap Admin Template, you will be able to get free download of all future updates.

Browser Compatibility
  • Firefox
  • Safari
  • Opera
  • Chrome
  • Edge
Switcher Features
Theme Styles
  • Light & Dark Themes
  • LTR & RTL
  • Vertical & Horizontal Navigation Styles
  • Menu Click & Hover Styles
  • Icon Click & Hover Styles
  • Page Regular & Classic Styles
  • Full Width & Boxed
  • Menu Fixed & Scrollable
  • Header Fixed & Scrollable
  • Sidemenu Closed
  • Icon Text Menu
  • Icon Overlay
  • Detached
  • Double Menu
Theme Colors
  • Menu Light
  • Menu Dark
  • Menu Color
  • Menu Gradient
  • Menu Transparent
  • Header Light
  • Header Dark
  • Header Color
  • Header Gradient
  • Header Transparent
  • Theme Primary
  • Theme Background
  • Menu With Background Images
Template Features
No Jquery Dark Layout RTL Ready
Icons Authentication Pages Error Pages
180+ React Pages Easy to Customize React Bootstrap Responsive Framework
Form Elements Maps Ratings
Form Advanced Form wizards Profile Settings
Grid JS Tables Data Tables Gallery
Apex Charts Chartjs Charts Echarts
Full Calendar Sweet Alerts Swiper JS
Blog Pages Mail App Chat
File Manager Invoice Landing Pages
Pricing Profile Placeholders
Project Pages Ecommerce Pages Job Pages
NFT Pages CRM Pages Crypto Pages
Ribbons Sortable Js Tour
24 * 7 Professional Company Support Media Player Under Construction Page
Color Theme Support (Primary and Background) Neat, clean and simple design W3C Validated
Getting Start Guide
Getting Started

Setting Up The Local Environment & Workspace

This comprehensive guide provides step-by-step instructions on how to set up your development environment for Vite using the React tool. It covers everything from the necessary prerequisites to installing the tool, creating an initial workspace, and setting up a starter app. You'll also learn how to run the app locally to test and verify your setup. By following this guide, you can ensure that your development environment is properly configured for Vite and React, and you can get started with your project confidently and efficiently. Whether you're a beginner or an experienced developer, this guide is an essential resource for anyone looking to work with Vite and React.

To get started with a React application, there are some prerequisites that you need to have in place.

Prerequisites
To use the React Framework, you should be familiar with the following:
  • React
  • vite
  • React Bootstrap
  • Typescript
Knowledge of Typescript is helpful.

To install vite on your local System, you need the following:

Node.JS

vite requires a current, active LTS (long term support) or maintenance LTS (long term support) version of Node.js.

Download latest version of node.js from nodejs.org.
Install Node.js using downloaded file.
To check your node version, run node -v in a terminal/console window (cmd)
Npm package Manager

The vite and React applications depend on npm packages for many features and functions.
To download and install npm packages, you need an npm package manager.
This guide uses the npm client command line interface, which is installed with Node.js by default. To check that you have the npm client installed,run npm -v in a terminal/console window (cmd)

For better understanding React we suggest you once go through official documentation of React from React Documentation and for vite Vite documentation

Rixzo - File Generate
Creating a Component

The easiest way to create a component is with the React CLI. You can also create a component manually.


Creating a component using the React CLI

To create a component using the React CLI:

  1. From a terminal window, navigate to the directory containing your application
  2. Run the generate-react-cli component <component-name> command, where <component-name> is the name of your new component.
generate-react-cli component <component-name>
By default, this command creates the following:
  • A folder named after the component
  • A component file, <component-name>.component
  • A template file, <component-name>.component.tsx
  • A CSS file, <component-name>.component.css
  • A testing specification file, <component-name>.component.spec.ts
Where <component-name> is the name of your component.

Installation Process
Vite Installation Setup

Create a workspace and initial application

You develop apps in the context of an vite-React workspace.
To create a new workspace and initial starter app just follow the below steps

  1. Run the command , as shown below
  2.                                                 
    
    1.First step :
    npm create vite@latest    
    
    This new command prompts for the information about features to include in the initial app. Accept the defaults by pressing the Enter 
    or Return key.
    
    2.Second step:
    provide your project name as my-app
        
    Project name : my-app
        
    3.Third step: 
    select your required framework you are familiar with,
        
    Select a framework: React
        
    4.Fourth step: 
    select your required script language you are familiar with,
        
    Select a language: Typescript	
        
    The vite installs the necessary React npm packages and other dependencies. This can take a few minutes. This creates a new workspaces and
     a simple Welcome app, ready to run.
    
     
Run the application

The vite includes a server, so that you can build and serve your app locally.

  1. Navigate to the workspace folder, such as my-app.
  2. Run the following commands:
                      cd my-app
 npm run dev
                                         

The yarn or npm serve command launches the server, watches your files, and rebuilds the app as you make changes to those files. The run dev just Option automatically opens your default browser to http://localhost:5173/.

Rixzo Setup

If you have already download and install node.js and React then ignore prerequisites.

Prerequisites
Node.js

Download latest version of node.js from nodejs.org.
Install Node.js using downloaded file.
To check your node version, run node -v in a terminal/console window (cmd)

React

To install the React using npm, open a terminal/console window and run the following command.

                      npm install react
                      (or)
                      yarn install react
                      
Setup an Rixzo Template by
  1. Download the Rixzo rar/zip file.
  2. Extract it and then go in to Folder here you will see a Rixzo Folders
  3. For Example
  4. Here, I'm Choosing vite-file.
  5. Now from a terminal window, navigate to the directory containing your application
  6. Rixzo/vite-file>
  7. You can import all dependency by installing npm command
  8.                       npm install
                          (or)
                          yarn install
  9. Now you are in stage to successfully run Rixzo using below command:
  10.                       npm run dev
                          (or)
                          yarn run dev
                          
    Once you serve your application by default it will take their default port using http://localhost:5173/
Note
    npm install

    If your are using npm install, You have to delete the

    yarn-lock file

    (or)

    yarn install

    If your are using yarn install, You have to delete the

    package-lock.json file

    basically npm i is used to install all dependencies or devDependencies from a package. if there will be any dependencies which need to be installed but getting error message while installing, then --force will help to install those dependencies.

    The --force argument will force npm to fetch remote resources even if a local copy exists on disk. It will be on a last-dependency-downloaded-wins basis and will overwrite any previously downloaded dependencies.

    npm install --force
    if there is peer dependency issues while installing
    it will always skip peer dependencies (whatever those are) during installation even if there are no issues.
    npm install--legacy-peer-deps

    we have to use only one file example: (for yarn yarn-lock) & (for npm package-lock.json) file

Build Application
Build your application for host on server using below command:
                      yarn run build
                      (or)
                      npm run build

Installation Video
Folder Structure
Rixzo-TS/
    ├── public
    ├── src
    |   ├── @spk-reusable-components/
    |   ├── assets/
    |   |   ├── audio/
    |   |   ├── css/
    |   |   |   ├── icons.css
    |   |   |   ├── icons.css.map
    |   |   |   ├── icons.min.css
    |   |   |   ├── icons.min.css.map
    |   |   |   ├── styles.css
    |   |   |   ├── styles.css.map
    |   |   |   ├── styles.min.css
    |   |   |   └── styles.min.css.map
    |   |   ├── icon-fonts/
    |   |   |   ├── bootstrap-icons/
    |   |   |   ├── boxicons/
    |   |   |   ├── feather/
    |   |   |   ├── fontawesome/
    |   |   |   ├── line-awesome/
    |   |   |   ├── RemixIcons/
    |   |   |   └── tabler-icons/
    |   |   ├── images/	
    |   |   ├── scss/
    |   |   |   ├── bootstrap/
    |   |   |   ├── custom/
    |   |   |   ├── global/
    |   |   |   ├── menu-styles/
    |   |   |   ├── pages/
    |   |   |   ├── util/
    |   |   |   ├── _bootstrap.scss
    |   |   |   ├── _switcher.scss
    |   |   |   ├── icons.scss
    |   |   |   └── styles.scss
    |   |   └── video/
    |   ├── components/
    |   ├── container/
    |   ├── firebase/
    |   ├── pages/
    |   ├── index.scss
    |   ├── main.tsx
    |   ├── plugin.d.ts
    |   └── vite-env.d.ts
    ├── .eslintrc.json
    ├── .gitignore
    ├── index.html
    ├── package-lock.json
    ├── package.json
    ├── README.md
    ├── tsconfig.app.json
    ├── tsconfig.json
    ├── tsconfig.node.json
    └── vite.config.ts
Folders Description
  • src/ : Root folder containing all source files for the project, including assets, components, and other resources.
    • assets/ : Folder containing all the static assets for the template, including audio, images, fonts, and styles.
      • audio/ : Folder containing all the audio files used in the project.
      • css/ : Folder containing all the CSS files used in the template.
        • global/ : Global styles applied across the template.
        • icons.css : CSS file for icon font styles.
        • icons.css.map : Source map for icon font styles.
        • styles.css : Main CSS file for the template.
        • styles.min.css.map : Minified source map for styles.
        • variables.css : CSS variables file for the template.
      • icon-fonts/ : Folder containing different icon font libraries.
        • bootstrap-icons/ : Bootstrap icon set.
        • boxicons/ : Boxicons icon set.
        • feather/ : Feather icon set.
        • line-awesome/ : Line Awesome icon set.
        • Remixicons/ : Remixicon set.
        • tabler-icons/ : Tabler icons set.
      • images/ : Folder containing image assets used in the template.
      • scss/ : Folder containing SCSS files for different pages and components.
        • bootstrap/ : SCSS files for Bootstrap components.
        • custom/ : Custom SCSS files for template-specific styling.
        • global/ : Global SCSS files for the template.
        • menu-styles/ : SCSS for menu styling.
        • pages/ : SCSS files specific to individual pages.
        • util/ : Utility SCSS files for various helper styles.
        • _bootstrap.scss : Bootstrap variables and customizations.
        • _switcher.scss : SCSS for theme switcher functionality.
        • _variables.scss : SCSS variables used across the template.
        • icons.scss : SCSS for managing icon fonts.
        • styles.scss : Main SCSS file compiling all other SCSS files into the final styles.
      • video/ : Folder containing video files used in the template.
    • components/ :Common components like header, sidebar, theme switcher, and other reusable UI elements.
    • container/ : Folder for components of the template.
    • firebase/ : Folder containing Firebase-related components and services.
    • pages/ : Folder containing layouts for the template.
    • index.scss : Main SCSS file for the entry point of the styles.
    • main.tsx : Main TypeScript file for setting up routing in the React application.
    • plugin.d.ts : TypeScript declaration file for custom plugins.
    • vite-env.d.ts : TypeScript environment declarations for Vite-based projects.
StaterKit Guide
Purpose of a starter kit
Introduction to the React Typescript Starter Kit Template:

The React template starterkit is a resource that helps developers kickstart their React web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building React-based websites or applications.

Purpose of the React Starter Kit Template:

The purpose of the React Starter Kit Template is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in React projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.

Benefits of Using the React Starter Kit Template:

The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
Before using the React Starter Kit Template, developers should have a basic understanding of React and web development concepts.

Starterkit Overview

You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Rixzo-React Typescript have more than 150 components.

We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.

For further information or support regarding the template, please contact us using the provided link.

https://support.spruko.com/
Starterkit Folder Structure

    starterkit/
    ├── public
    ├── src
    |   ├── @spk-reusable-components/
    |   ├── assets/
    |   |   ├── audio/
    |   |   ├── css/
    |   |   ├── iconfonts
    |   |   ├── images
    |   |   ├── scss
    |   |   └── video
    |   ├── components/
    |   ├── container/
    |   ├── pages/
    |   ├── index.scss
    |   ├── main.tsx
    |   ├── plugin.d.ts
    |   └── vite-env.d.ts
    ├── .eslintrc.json
    ├── .gitignore
    ├── eslint.config.js
    ├── index.html
    ├── package.json
    ├── README
    ├── tsconfig.app.json
    ├── tsconfig.json
    ├── tsconfig.node.json
    └── vite.config.ts
  • Take a quick look at the folder structure of the "Starterkit."
  • Integration of your customized React pages becomes easy when using the "Starterkit."
  • The "Starterkit" provides all the layout components, related assets, and plugins.
  • To explore the contents of the "Starterkit," unzip the project folder received after purchase.
Structure

							
  src/
  ├── assets/
  |   |-- audio/
  |   |-- css/
  |   |-- icon-fonts/
  |   |   |-- bootstrap-icons/
  |   |   |-- boxicons/
  |   |   |-- feather/
  |   |   |-- fontawesome/
  |   |   |-- line-awesome/
  |   |   |-- Remixicons/
  |   |   └── tabler-icons/
  |   |-- images/
  |   |-- scss/
  |   |   |-- bootstrap/
  |   |   |-- custom/
  |   |   |-- menu-styles/
  |   |   |-- pages/
  |   |   |-- util/
  |   |   |-- _bootstrap.scss/
  |   |   |-- _switcher.scss
  |   |   |-- _variables.scss
  |   |   |-- icons.scss
  |   |   └── styles.scss
  |   └── video/
            
            
  |-- container/
     |-- advanced-ui/
     |-- apps/
     |-- authentication/
     |-- charts/
     |-- dashboard/
     |-- forms/
     |-- icons/
     |-- maps/
     |-- pages/
     |-- tables/
     |-- ui-elements/
     |-- utilities/
     └── widgets/
     
Main Layout
Basic Layout Structure

Root:src\pages\App.tsx

SideMenu Guide
Sidemenu Layout Structure

How to Add Menus to Sidebar.

In Next.js project, it can be easy to add menus to the sidebar by modifying the MenuItems array in the nav.tsx (D:src\components\sidebar\nav.tsx) file. The sidebar will dynamically display the menus based on the contents of this array. below are the steps as follows

Steps:
Open nav.tsx File:

Open the nav.tsx (D:src\components\sidebar\nav.tsx) file in Next.js project. This file contains the MenuItems array that defines the menus to be displayed in the sidebar.

To add the parent Menu Items:

Inside the MenuItems array, you can add your menu items using the following format:


            {
                menutitle: "Your Menu Title",
              },
              {
                title: 'Your Component Title',
                selected: false,
                icon: 'icon-name',
                type: 'link', // or 'sub', 'external', 'empty'
                path: '/path-to-route', // Specify the route path for link type
                dirchange: false, change the direction from right to left .
                active: false,
                badge: 'badge-class', // (optional) Add a badge to the menu item
                badgetxt: 'Badge Text', // (optional) Text to display in the badge
              }
        
To add the children to Menu Items:

Inside the MenuItems array, you can add custome nested menu items using the following format:


            {
                menutitle: "Your Menu Title",
            }
            {
                title: 'Your Component Title',
                selected: false,
                icon: 'icon-name',
                type: 'link', // or 'sub', 'external', 'empty'
                active: false,
                dirchange: false, change the direction from right to left .
                badge: 'badge-class', // (optional) Add a badge to the menu item
                badgetxt: 'Badge Text' // (optional) Text to display in the badge
                children: [
                 // (optional) Define child items for sub-menu  type
                 {
                   path: '/child-path',
                   title: 'Child Menu Title',
                   type: 'link',
                   selected: false,
                   active: false,
                 },
                 // Add more child items if needed
               ]
            }
        
  • menutitle: The display name of the menu.
  • title: The display name of the component.
  • selected: Set to true if this menu is currently selected.
  • icon: The icon to display next to the menu.
  • type: Specify the type of the menu item (link, sub and empty).
  • path: Specify the route path for link type menu.
  • active: Set to true to mark this menu as active.
  • dirchange: change the direction from right to left .
  • badgeClass (optional): CSS class for the badge.
  • badgeValue (optional): Text to display in the badge.
  • children: Define an array of child menu items for sub-menu type.
Save the Changes:

After adding your menu items, save the changes made to the nav.tsx (\src\components\sidebar\nav.tsx) file.

View Sidebar Changes:

The sidebar will now automatically display the added menu items based on the modifications you made in the MenuItems array.

To Remove the Menu Items:

To remove menu items that you don't need, you can simply delete the corresponding object from the MenuItems array.

By following these steps, you can easily customize and add menus to the sidebar of your React.tsx project. The menus will be dynamically generated based on the content of the MenuItems array in the nav.tsx file.
React Routing
In a single-page application, you change what the user sees by showing or hiding portions of the display that correspond to particular components, rather than going out to the server to get a new page. As users perform application tasks, they need to move between the different views that you have defined.

To handle the navigation from one view to the next, you use the React Router. The Router enables navigation by interpreting a browser URL as an instruction to change the view. Your complete route structure is place at main.tsx file under src » main.tsx

Suppose you want to create a new module ( For creating a new module refer create new module ) then you have to add new routes for that modules.


Basic Route

Following are the fundamental building blocks to creating a route.

  1. Import the main.tsx into App.tsx and add it to the imports array.
  2.                 import React, { Fragment, lazy } from 'react';
    import ReactDOM from 'react-dom/client';
    import { BrowserRouter, Route, Routes } from 'react-router-dom';
            
    //component import
    import App from './pages/App.tsx';
    import Crm from './container/dashboards/crm/crm.tsx';
    import Ecommerce from './container/dashboards/ecommerce/ecommerce.tsx';
    import Crypto from './container/dashboards/crypto/crypto.tsx'
    ReactDOM.createRoot(document.getElementById('root')!).render(
        <React.Fragment>
            <BrowserRouter>
                <React.Suspense>
                    <Routes>
                    <Route path={`${import.meta.env.BASE_URL}/`} element={<App />}>
                    <Route index element={<Sales />} />
                        <Route path={`${import.meta.env.BASE_URL}dashboards/sales`} element={<Sales />}/>
                        <Route path={`${import.meta.env.BASE_URL}dashboards/analytics`} element={<Analytics />}/>
                        <Route path={`${import.meta.env.BASE_URL}dashboards/ecommerce`} element={<Ecommerce />}/>
                    </Route>
                    </Routes>
                </React.Suspense>
            </BrowserRouter>
        </Fragment>
    )
                                            
    Configure Link in Menu

    To Add new link in Sidemenu

    Following are the fundamental building blocks to creating a new link.

                    
            
    ├── node_modules
    ├── src
        ├── components
            ├── common
            ├── sidebar
                ├── nav.tsx
                    Ex: {
                        menutitle: "MAIN",
                      },
                      {
                        title: "Dashboards", icon: Dashboardicon, type: "sub", active: false, dirchange: false, children: [
                            { path: `${import.meta.env.BASE_URL}dashboards/sales`, type: "link", active: false, selected: false, dirchange: false, title: "Sales" },
                            { path: `${import.meta.env.BASE_URL}dashboards/ecommerce`, type: "link", active: false, selected: false, dirchange: false, title: "Ecommerce" },
                            { path: `${import.meta.env.BASE_URL}dashboards/crypto`, type: "link", active: false, selected: false, dirchange: false, title: "Crypto" },
                            { path: `${import.meta.env.BASE_URL}dashboards/jobs`, type: "link", active: false, selected: false, dirchange: false, title: "Jobs" },
                            { path: `${import.meta.env.BASE_URL}dashboards/nft`, type: "link", active: false, selected: false, dirchange: false, title: "NFT" },
                            { path: `${import.meta.env.BASE_URL}dashboards/crm`, type: "link", active: false, selected: false, dirchange: false, title: "CRM" },
                            { path: `${import.meta.env.BASE_URL}dashboards/analytics`, type: "link", active: false, selected: false, dirchange: false, title: "Analytics" },
                            { path: `${import.meta.env.BASE_URL}dashboards/projects`, type: "link", active: false, selected: false, dirchange: false, title: "Projects" },
                            { path: `${import.meta.env.BASE_URL}dashboards/hrm`, type: "link", active: false, selected: false, dirchange: false, title: "HRM" },
                            { path: `${import.meta.env.BASE_URL}dashboards/stocks`, type: "link", active: false, selected: false, dirchange: false, title: "Stocks" },
                            { path: `${import.meta.env.BASE_URL}dashboards/courses`, type: "link", active: false, selected: false, dirchange: false, title: "Courses" },
                            { path: `${import.meta.env.BASE_URL}dashboards/medical`, type: "link", active: false, selected: false, dirchange: false, title: "Medical" },
                            { path: `${import.meta.env.BASE_URL}dashboards/pos-system`, type: "link", active: false, selected: false, dirchange: false, title: "POS System" },
                            { path: `${import.meta.env.BASE_URL}dashboards/podcast`, type: "link", active: false, selected: false, dirchange: false, title: "Podcast" },
                            { path: `${import.meta.env.BASE_URL}dashboards/school`, type: "link", active: false, selected: false, dirchange: false, title: "School" },
                            { path: `${import.meta.env.BASE_URL}dashboards/social-media`, type: "link", active: false, selected: false, dirchange: false, title: "Social Media" },
                
                        ]
                    },
    
                                            
Changing SCSS to CSS using the SASS Package
Introduction :

This documentation outlines the process of converting SCSS (Sassy CSS) files to standard CSS (Cascading Style Sheets) in a project's assets directory using the SASS package. SCSS is a preprocessor for CSS, and SASS is a popular choice for transforming SCSS into CSS efficiently. This guide provides step-by-step instructions on installing the SASS package, configuring it in your project, and converting SCSS files to CSS.

  • Prerequisites

    Before proceeding, ensure that you have the following prerequisites:

    Node.js installed on your system.

    A project directory with SCSS files that you want to compile into CSS.

Installation :

Install the SASS package using npm (Node Package Manager) by running the following command:

npm install sass

This command will download and install the SASS package and its dependencies into your project.

Configuration :

To configure SASS for your project, follow these steps:

  • 1. Open your project's package.json file. If you don't have one, you can create it by running npm init and following the prompts.

  • 2. Inside the package.json file, locate the "scripts" section. If it doesn't exist, create one:

    "scripts": { // ...existing scripts... }

  • 3. Add a script that specifies the compilation process from SCSS to CSS. You can name the script as you prefer, but for this example, we'll name it "sass." The script should look like this:

    "scripts": { "sass": "sass ./public/assets/scss:./public/assets/css/" }

    In the script above, replace ./public/assets/scss with the path to your SCSS files and ./public/assets/css with the destination directory for your compiled CSS files.

  • 4. Add a script that specifies the compilation compressed process from SCSS to CSS. You can name the script as you prefer, but for this example, we'll name it "sass-min." The script should look like this:

    "scripts": { "sass-min": "sass ./public/assets/scss:./public/assets/css/ --style compressed" }

    In the script above, replace ./public/assets/scss with the path to your SCSS files and ./public/assets/css with the destination directory for your compiled CSS files.

  • 5. Save the package.json file.

Compiling SCSS to CSS :

With the SASS package and script configured, you can now compile your SCSS files to CSS with the following steps:

  • 1. Open your terminal or command prompt.

  • 2. Navigate to your project's root directory if you're not already there.

  • 3. Execute the following command to run the "sass" script:

    npm run sass

    This command will initiate the SCSS to CSS compilation process using the SASS package.

  • 4. Execute the following command to run the "sass-min" script:

    npm run sass-min

    This command will initiate the SCSS to CSS compilation compressed process using the SASS package.

  • 5. Once the process is complete, the compiled CSS files will be generated in the specified destination directory (e.g., ./public/assets/css).

Conclusion :

You have successfully configured and used the SASS package to convert SCSS files to CSS in your project. This allows you to take advantage of SCSS's powerful features while ensuring that your web application uses standard CSS for styling.

Firebase Authentication Guide
Firebase SetUp

Step-1: Now run below commands inside our React project to install firebase latest.

npm install firebase --save 

step-2: Add firebase API configuration details(create database on firebase) to the firebase Auth Component refer the path (\src\firebase\firebaseapi.tsx)


    const firebaseConfig = {
       apiKey: "***",
       authDomain: "***",
       projectId: "***",
       storageBucket: "***",
       messagingSenderId: "***",
       appId: "***",
       measurementId: "***",
    };
    const firebaseApp = firebase.initializeApp(firebaseConfig);
    
    const db = firebaseApp.firestore();
    const auth = firebase.auth();
    
    export { db, auth };
    
Firebase Revocation process

step-1: Remove your whole firebase folder from the template the path as follow root:src/firebase

step-2: Remove from the Routing file src/main.jsx

                        
                        <Route path={`${import.meta.env.BASE_URL}/`} element={<Auth />}>
                        <Route index element={<Login />} />
                        <Route path={`${import.meta.env.BASE_URL}firebase/login`} element={<Login />} />
                        <Route path={`${import.meta.env.BASE_URL}firebase/signup`} element={<Signup />}/>
                        </Route>
                        
                        

Note: change the index element to dashboard index page

step-3: Remove the path from the Header section src\components\header\header.tsx

                        
                        <li><a className="w-full ti-dropdown-item !text-[0.8125rem] !p-[0.65rem] !gap-x-0 !inline-flex" href="sign-in-cover.html">
                        <i className="ti ti-logout text-[1.125rem] me-2 opacity-[0.7]"></i>Log Out</a></li>
                        <Dropdown.Item as="li" className="d-flex"  >
                        <i className="ti ti-logout fs-18 me-2 op-7"></i>Log Out</Dropdown.Item>
                        
                        

step-4: Remove the firbase package from package.json/package.json and re-install the node Modules

Firebase installation process
image
image
image
FAQ'S
General Style

Step 1:

Go To style.scss (src/assets/scss/styles.scss )

if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in style.scss

Example:

Step 3:

And add the Your Selected font-family in _variables.scss(src/assets/scss/_variables.scss)

Example:

    --default-font-family:    							"Montserrat", sans-serif;

                                                            

By default menu icons are in the from remix icon if you want to change the icons please follow below steps
Step 1 :

To change Menu icons, open nav.tsx page Path:src\components\sidebar\nav.tsx and go through app-sidebar section, in that section you will find icontag, there you can replace previous icon with your icon. Example as shown in below

            
                
        
Before: (Iconscout Icons)

const Dashboardicon = svg xmlns="http://www.w3.org/2000/svg" className="side-menu__icon" height="24px" viewBox="0 0 24 24" width="24px" fill="#5f6368">

export const MENUITEMS: Menuitemtype[] = [
    {
        menutitle: "main",
    },
    {
        title: "Dashboards", icon: Dashboardicon, type: "sub", active: false, dirchange: false, children: [
            { path: `${import.meta.env.BASE_URL}dashboards/sales`, type: "link", active: false, selected: false, dirchange: false, title: "Sales" },
        ]
    }
]
                                 
After: (Feather Icons)
const DashboardIcon = Modify the SVG here according to your needs.

export const MENUITEMS: Menuitemtype[] = [
{
    menutitle: "main",
},
{
    title: "Dashboards", icon: Dashboardicon, type: "sub", active: false, dirchange: false, children: [
        { path: `${import.meta.env.BASE_URL}dashboards/sales`, type: "link", active: false, selected: false, dirchange: false, title: "Sales" },
    ]
}
]
                        
                    
                

Go To "src\assets\images\brand-logos" 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.

To change Layout Theme

open reducer.tsx path:(\src\components\common\ui\redux\reducer.tsx).

Theme Array Documentation

The theme array provided below is designed to control the layout and styling of a web application. By modifying the values in this array, you can change the visual appearance and behavior of various components in the application. The array includes settings related to color schemes, layout styles, header and menu styles, and more.

Initial State

The initial state of the theme array defines the default values for different aspects of the application's appearance and behavior. These values are used as a starting point and can be dynamically modified using the provided functions.


            let initialState = {
                lang: "en",                 // Default language
                dir: "ltr",                 // Default text direction (ltr or rtl)
                    : "light",             // Default color scheme (light or dark)
                dataMenuStyles: "light",     // Default menu style (dark, light, color, gradient, transparent)
                dataNavLayout: "vertical",  // Default navigation layout (vertical or horizontal)
                dataHeaderStyles: "transparent",  // Default header style (light, dark, color, gradient, transparent)
                dataVerticalStyle: "overlay", // Default vertical menu style (overlay, icon-text, detached, doublemenu)
                toggled: "",          // Default menu toggle state (open or closed)
                dataNavStyle: "",           // Default navigation style (menu-click, menu-hover, icon-click, icon-hover)
                dataPageStyle: "regular",   // Default page style (regular or classic)
                dataWidth: "default",     // Default page width (fullwidth or boxed)
                dataMenuPosition: "fixed",  // Default menu position (fixed or scrollable)
                dataHeaderPosition: "fixed",// Default header position (fixed or scrollable)
                loader:"disable",            / Default loader (enable or disable)
                iconOverlay: "",            // Default icon overlay state (empty)
                colorPrimaryRgb: "",        // Default primary color (RGB format)
                colorPrimary: "",           // Default primary color (space-separated RGB values)
                bodyBg1: "",                 // Default body background color1 (empty)
                bodyBg2: "",                 // Default body background color2 (empty)
                Light: "",                 // Default body background color (empty)
                Formcontrol: "",                 // Default body background color (empty)
                inputBorder: "",             // Default dark inputBorder color (empty)
                Graycolor: "",                 // Default dark background color (empty)
                bgImg: "",                  // Default background image (empty)
                iconText: "",               // Default icon text style (empty)
                body: {
                    class: ""               // Default body class (empty)
                }
            };
                    

Theme Modification Functions

to Change the Modification Functions open switcherdata.tsx path:(src\components\common\data\switcherdata\switcherdata.tsx).

The provided functions allow you to modify specific aspects of the theme array, enabling real-time customization of the application's appearance. Below are some of the key functions that can be used to change various theme properties:

  • Dark(actionfunction): Switches the theme to a dark color scheme. Updates class, header style, and menu style accordingly.
  • Light(actionfunction): Switches the theme to a light color scheme. Adjusts header and menu styles based on the navigation layout.
  • Ltr(actionfunction): Sets the text direction to left-to-right.
  • Rtl(actionfunction): Sets the text direction to right-to-left.
  • HorizontalClick(actionfunction): Changes the navigation layout to horizontal and adapts menu and vertical style based on the color scheme.
  • Vertical(actionfunction): Sets the navigation layout to vertical, adjusts menu and vertical style, and closes the menu if open.
  • Menuclick(actionfunction): Sets the navigation style to "menu-click," hides vertical style, and changes the toggle state.
  • MenuHover(actionfunction): Sets the navigation style to "menu-hover," hides vertical style, and changes the toggle state.
  • IconClick(actionfunction): Sets the navigation style to "icon-click," hides vertical style, and changes the toggle state.
  • IconHover(actionfunction): Sets the navigation style to "icon-hover," hides vertical style, and changes the toggle state.
  • Regular(actionfunction): Sets the page style to regular and removes the classic page style.
  • Classic(actionfunction): Sets the page style to classic and removes the regular page style.
  • Fullwidth(actionfunction): Sets the page width to full width and removes the boxed width.
  • Boxed(actionfunction): Sets the page width to boxed and removes the full width.
  • FixedMenu(actionfunction): Sets the menu position to fixed and removes the scrollable menu position.
  • scrollMenu(actionfunction): Sets the menu position to scrollable and removes the fixed menu position.
  • Headerpostionfixed(actionfunction): Sets the header position to fixed and removes the scrollable header position.
  • Headerpostionscroll(actionfunction): Sets the header position to scrollable and removes the fixed header position.
  • Defaultmenu(actionfunction): Sets the vertical menu style to default, closes the menu, and adjusts the navigation layout.
  • Closedmenu(actionfunction): Sets the vertical menu style to closed, adjusts the navigation layout, and changes the toggle state.
  • iconText(actionfunction): Sets the vertical menu style to icon-text, adjusts the navigation layout, and changes the toggle state.
  • iconOverayFn(actionfunction): Sets the vertical menu style to overlay with icons, adjusts the navigation layout, and changes the toggle state.
  • DetachedFn(actionfunction): Sets the vertical menu style to detached, adjusts the navigation layout, and changes the toggle state.
  • DoubletFn(actionfunction): Sets the vertical menu style to double menu, adjusts the navigation layout, and changes the toggle state.
  • colorMenu(actionfunction): Changes the menu style to color.
  • lightMenu(actionfunction): Changes the menu style to light.
  • darkMenu(actionfunction): Changes the menu style to dark.
  • gradientMenu(actionfunction): Changes the menu style to gradient.
  • transparentMenu(actionfunction): Changes the menu style to transparent.
  • lightHeader(actionfunction): Changes the header style to light.
  • darkHeader(actionfunction): Changes the header style to dark.
  • colorHeader(actionfunction): Changes the header style to color.
  • gradientHeader(actionfunction): Changes the header style to gradient.
  • transparentHeader(actionfunction): Changes the header style to transparent.
  • primaryColor1(actionfunction) to primaryColor5(actionfunction): Changes the primary color of the theme.
  • backgroundColor1(actionfunction) to backgroundColor5(actionfunction): Changes the background color of the theme.
  • Themeprimarycolor(actionfunction): Provides a color picker interface to dynamically change the primary color of the theme.
  • Themebackgroundcolor(actionfunction): Provides a color picker interface to dynamically change the background color of the theme.
  • bgImage1(actionfunction) to bgImage5(actionfunction): Changes the background image of the theme.
  • Reset(actionfunction): Resets the theme to its initial state, clearing all customization.
Disabling Switcher

Step1:

Open header.tsx component src\components\header\header.tsx

To remove switcher section as shown below.


<Link to="#!" className="header-link switcher-icon" data-bs-toggle="offcanvas" onClick={handleShow} data-bs-target="#switcher-canvas">
    <svg xmlns="http://www.w3.org/2000/svg" className="header-link-icon" height="24px" viewBox="0 0 24 24" width="24px" fill="#5f6368"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"></path></svg>
</Link> 
Step2:

Remove the switcher component from the main layout follow the path Path: src\pages\App.tsx

import Switcher from "../components/switcher/switcher"
        
        <Switcher />
                    
Step3:

Now remove the switcher component and switcherData file from the root folder, follow the path Switcher component ../components/switcher/switcher and switcherdata file from src\components\common\data\switcherdata\switcherdata.tsx

Step1:

Open layout.tsx component \apps/components/authentication-layout/layout.tsx

To remove switcher section as shown below.


 import Switcher from "../components/switcher/switcher"
        
        <Switcher />
	
Step2:

Remove theLandingSwitcher component from the main layout follow the path \app\(components)\(landing-layout)\layout.tsx


import LandingSwitcher from '../components/switcher/landing-switcher';
                
                <Landingswitcher /> 
                    
Step3:

Now remove the landingswitcher component from the root folder, follow the path \src\components\switcher\landing-switcher.tsx and

Switcher Theme styles

 <html lang="en" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light" data-width="fullwidth" data-menu-styles="dark" data-toggled="close">
                                    
Attribute Description
data-theme-mode="light" data-header-styles="light" data-menu-styles="light" To set the light theme
data-theme-mode="dark" data-header-styles="dark" data-menu-styles="dark" To set the Dark theme
dir="ltr" To set LTR version default
dir="rtl" To set LTR version to RTL version
data-nav-layout="vertical" To set menu layout to vertical
data-nav-layout="horizontal" data-nav-style="menu-click" To set menu layout to horizontal
data-nav-style="menu-click" To set navigation style to menu click - *Works same for both vertical and horizontal
data-nav-style="menu-hover" To set navigation style to menu hover - *Works same for both vertical and horizontal
data-nav-style="icon-click" To set navigation style to icon click - *Works same for both vertical and horizontal
data-nav-style="icon-hover" To set navigation style to icon hover - *Works same for both vertical and horizontal
data-page-style="regular" To set page style to Default
data-page-style="classic" To set page style to Classic
data-width="fullwidth" To set page width to Full Width
data-width="boxed" To set page width to Boxed
data-menu-position="fixed" To set menu position Fixed
data-menu-position="scrollable" To set menu position Scrollable
data-header-position="fixed" To set header position Fixed
data-header-position="scrollable" To set header position Scrollable
data-vertical-style="closed" To set sidemenu layout style Closed - *Does not work for horizontal
data-vertical-style="icontext" To set sidemenu layout style Icon Text - *Does not work for horizontal
data-vertical-style="overlay" To set sidemenu layout style Icon Overlay - *Does not work for horizontal
data-vertical-style="detached" To set sidemenu layout style Detached - *Does not work for horizontal
data-vertical-style="doublemenu" To set sidemenu layout style Double Menu - *Does not work for horizontal
loader="enable" To enable loader by default
Switcher Theme Colors

 <html lang="en" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light" data-width="fullwidth" data-menu-styles="dark" data-toggled="close">
                                
Attribute Description
data-menu-styles="light" To set the menu style to light
data-menu-styles="dark" To set the menu style to dark
data-menu-styles="color" To set the menu style to color
data-menu-styles="gradient" To set the menu style to gradient
data-menu-styles="transparent" To set the menu style to transparent
data-header-styles="light" To set the header style to light
data-header-styles="dark" To set the header style to dark
data-header-styles="color" To set the header style to color
data-header-styles="gradient" To set the header style to gradient
data-header-styles="transparent" To set the header style to transparent
data-bg-img="bgimg1" To set menu background image1
data-bg-img="bgimg2" To set menu background image2
data-bg-img="bgimg3" To set menu background image3
data-bg-img="bgimg4" To set menu background image4
data-bg-img="bgimg5" To set menu background image5
Icons Credit

Refer following links for usage:

Images Credit

Refer following links for usage:

Fonts Credit

Refer following links for usage:

Sidemenu Icons

Refer following links for usage:

USED PLUGINS & REFERENCE LINKS

All plugins runs through npm.

If you want new plugins : Install new plugin from npm then run npm run dev command.

Plugin Version URL
React v19.0.0 https://legacy.reactjs.org/
Typescript v5.7.2 https://www.npmjs.com/package/typescript
Mui v7.0.2 https://www.npmjs.com/package/@mui/material
react-redux v9.2.0 https://www.npmjs.com/package/react-redux
Firebase v11.6.0 https://firebase.google.com/
Swiper v11.2.6 https://swiperjs.com/get-started
rxjs v7.8.2 https://www.npmjs.com/package/rxjs
pigeon-maps v0.22.1 https://www.npmjs.com/package/pigeon-maps
Sweet alerts2 v11.19.1 https://sweetalert2.github.io/ (The SweetAlert2 package is having some vulnerability issues)
Yet-another-react-lightbox v3.23.0 https://yet-another-react-lightbox.com/
Full Calendar v6.1.17 https://fullcalendar.io/
React-leaflet v5.0.0 https://react-leaflet.js.org/
React-apexcharts v1.7.0 https://apexcharts.com/react-chart-demos/
React-chartjs-2 v5.3.0 https://www.npmjs.com/package/react-chartjs-2
Echarts-for-react v3.0.2 https://www.npmjs.com/package/echarts-for-react
Simplebar-react v3.3.0 https://www.npmjs.com/package/simplebar-react
Suneditor-react v3.6.1 https://www.npmjs.com/package/suneditor-react
React-filepond v7.1.3 https://pqina.nl/filepond/
React-range-slider-input v3.2.1 https://www.npmjs.com/package/react-range-slider-input
React-range v1.10.0 https://www.npmjs.com/package/react-range
React-select v5.10.1 https://www.npmjs.com/package/react-select
React-gridjs v6.1.1 https://www.npmjs.com/package/gridjs-react
React-data-table-component v7.7.0 https://www.npmjs.com/package/react-data-table-component
React-toastify v11.0.5 https://www.npmjs.com/package/react-toastify
React-audio-player v0.17.0 https://www.npmjs.com/package/react-audio-player
React-dragula v1.1.17 https://www.npmjs.com/package/react-dragula
React-listbox v1.2.13 https://www.npmjs.com/package/react-listbox
React-country-state-city v1.1.12 https://www.npmjs.com/package/react-country-state-city
Shepherd.js v14.5.0 https://www.npmjs.com/package/@reactour/tour
React-color-palette v7.3.0 https://www.npmjs.com/package/react-color-palette
Emoji-picker-react v4.12.2 http://npmjs.com/package/emoji-picker-react
REUSABLE FILES EXAMPLES
React Swiper JS :
React Swiper is a modern, feature-packed carousel component for React, offering smooth transitions, touch support, and advanced features like autoplay and lazy loading. It’s a flexible, performance-driven alternative to traditional carousels like Bootstrap.
1. You need to add these files to make it work.







Type URL
Plugin Link https://swiperjs.com/get-started/
React-Apexcharts
React-ApexCharts is a React wrapper for the popular ApexCharts library, enabling the easy creation of interactive, responsive charts. It offers a wide range of chart types and customization options with seamless React integration.
1. You need to add these files to make react-apexchart work.




      export const Linebasicseries = [{
        name: "Desktops",
        data: [10, 41, 35, 51, 49, 62, 69, 91, 148]
      }];

      export const Linebasicoptions = {
        chart: {
          height: 320,
          type: 'line',
          zoom: {
            enabled: false
          }
        },
        colors: ['#8b7eff'],
        dataLabels: {
          enabled: false
        },
        stroke: {
          curve: 'straight',
          width: 3,
        },
        grid: {
          borderColor: '#f2f5f7',
        },
        title: {
          text: 'Orders by Month',
          align: 'left',
          style: {
            fontSize: '13px',
            fontWeight: 'bold',
            color: '#8c9097'
          },
        },
        xaxis: {
          categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep'],
          labels: {
            show: true,
            style: {
              colors: "#8c9097",
              fontSize: '11px',
              fontWeight: 600,
              cssClass: 'apexcharts-xaxis-label',
            },
          }
        },
        yaxis: {
          labels: {
            show: true,
            style: {
              colors: "#8c9097",
              fontSize: '11px',
              fontWeight: 600,
              cssClass: 'apexcharts-yaxis-label',
            },
          }
        },
      }

React Suneditor :
React SunEditor is a lightweight, customizable editor for React, providing rich text editing features. It supports various formats, plugins, and is highly extensible for smooth integration into React applications.
1. You need to add these files to make basic react-suneditor work.






React DatePicker
React Datepicker is a React wrapper for the Datepicker date picker library, offering a lightweight and customizable solution for selecting dates and times. It provides smooth integration, supports various date formats, and includes features like range selection, time picking, and more.
1. You need to add these files to make basic react-datepicker work.



React Select :
React Select is a flexible, customizable dropdown/select input component for React, offering features like multi-select, search, and async options. It provides an intuitive, user-friendly interface with advanced styling and accessibility support.
1. You need to add these files to make basic react-select work.



interface Selectoption {
        value: string;
        label: string;
    }
    export const Selectoption1: Selectoption[] = [
        { value: "Selection-1", label: "Selection-1" },
        { value: "Selection-2", label: "Selection-2" },
        { value: "Selection-3", label: "Selection-3" },
        { value: "Selection-4", label: "Selection-4" },
        { value: "Selection-5", label: "Selection-5" }
    ];

React GridJs :
React Grid.js is a React wrapper for the Grid.js table library, enabling the creation of interactive, customizable, and responsive data tables. It supports features like sorting, filtering, pagination, and inline editing, with a focus on performance and easy integration into React projects.
1. You need to add below files to make basic gridjs table work.




export const Data = [
["24-10-2022 12:47", "john", "john123@gmail.com", "#12012", "$1799", "1", "$1799"],
["12-09-2022 04:24", "mark", "markzenner23@gmail.com", "#12013", "$2479", "2", "$4958"],
["18-11-2022 18:43", "eoin", "eoin1992@gmail.com", "#12014", "$769", "1", "$769"],
["10-09-2022 10:35", "sarahcdd", "sarahcdd129@gmail.com", "#12015", "$1299", "3", "$3997"],
["27-10-2022 09:55", "afshin", "afshin@example.com", "#12016", "$1449", "1", "$1449"]
];

type GridData = Array<[string, string, string, string, string, string, string]>;
export const Data1 = (): Promise => {
return new Promise(resolve => {
    setTimeout(() =>
        resolve([
            ["24-10-2022 12:47", "john", "john123@gmail.com", "#12012", "$1799", "1", "$1799"],
            ["12-09-2022 04:24", "mark", "markzenner23@gmail.com", "#12013", "$2479", "2", "$4958"],
            ["18-11-2022 18:43", "eoin", "eoin1992@gmail.com", "#12014", "$769", "1", "$769"],
            ["10-09-2022 10:35", "sarahcdd", "sarahcdd129@gmail.com", "#12015", "$1299", "3", "$3997"],
            ["27-10-2022 09:55", "afshin", "afshin@example.com", "#12016", "$1449", "1", "$1449"]
        ]), 2000);
});
};

Basic Table :
React Basic tables are simple, customizable table components for displaying structured data in a clean and responsive layout
1. You need to add these files to make basic default table work.




interface Basic {
    id:number;
    name:string;
    date:string;
    number:string;
    status:string;
    color:string;
}
export const Basictable: Basic[] = [
    { id: 1, name: "Mark", date: "21,Dec 2021", number: "+1234-12340", status: "Completed", color: "primary" },
    { id: 2, name: "Monika", date: "29,April 2024", number: "+1523-12459", status: "Failed", color: "warning" },
    { id: 3, name: "Madina", date: "30,Nov 2024", number: "+1982-16234", status: "Successful", color: "success" },
    { id: 4, name: "Bhamako", date: "18,Mar 2024", number: "+1526-10729", status: "Pending", color: "secondary" },
]

React Toastify :
React Toastify is a lightweight and easy-to-use notification library for React that allows you to display customizable, non-blocking toast messages. It supports various notification types, automatic dismissal, and seamless integration, enhancing the user experience with minimal setup.
1. You need to add these files to make react toastify work.



React Ratings(MUI) :
React Material-UI Ratings is a component that integrates Material-UI's design system to create customizable, interactive rating systems in React applications. It allows users to easily select a rating through stars or other symbols, with built-in support for customization, accessibility, and styling.
1. You need to add these files to make react rating work.
    
    
    
    
Alerts :
React Bootstrap Alerts are pre-styled, customizable alert components that integrate Bootstrap's alert system with React. They provide an easy way to display important messages or notifications, with built-in support for different styles (success, error, info, etc.), dismissible functionality, and seamless React integration.
1. You need to add these files to make alerts work.






Buttons :
React Bootstrap Buttons are pre-styled, responsive button components that follow React Bootstrap’s design system, offering various styles, sizes, and colors. They provide an easy-to-use and customizable solution for creating interactive buttons in React applications, with support for icons, loading states, and more.
1. You need to add these files to make buttons work.






Badges :
React Bootstrap Badges are small, customizable components used to display labels, notifications, or counters within your React application. They integrate seamlessly with React Bootstrap’s design system and support various styles, colors, and positions, making them ideal for highlighting important information or adding context to UI elements like buttons, links, or navigation items.
1. You need to add these files to make badges work.






Button Group :
React Bootstrap Button Group is a component that allows you to group multiple buttons together, providing a clean, unified look and facilitating interactions like toggling or switching between options. It integrates seamlessly with React Bootstrap's button styles and offers customization options for size, alignment, and behavior within React applications.
1. You need to add these files to make button group work.



Cards :
React Bootstrap Cards are versatile, customizable components for displaying content in a flexible, structured layout. They integrate Bootstrap’s card system with React, allowing you to create various types of content containers with options for images, headers, footers, and more, making them ideal for building rich, responsive UI elements.
1. You need to add these files to make cards work.



Breadcrumb :
React Bootstrap Breadcrumb is a navigation component that displays a series of links to help users understand their location within a hierarchical structure. It seamlessly integrates with React Bootstrap’s breadcrumb styling, offering customizable options for separators, active links, and responsive behavior in React applications.
1. You need to add these files to make breadcrumb work.



Dropdown :
React Bootstrap Dropdown is a component that provides a simple way to create dropdown menus in React applications, following React Bootstrap's design conventions. It supports various options like single or multi-level menus, alignment, and customization of triggers (e.g., buttons or links), making it easy to build responsive, interactive dropdowns with minimal effort.
1. You need to add these files to make dropdown work.






Tooltips :
React Bootstrap Tooltips are small, customizable pop-up elements that provide additional information when users hover over or focus on an element. Built on React Bootstrap’s tooltip system, they offer easy integration in React applications, supporting various customization options like positioning, trigger events, and animations for a better user experience.
1. You need to add these files to make tooltips work.




interface direction {
	id: number
	text: string
}
export const Tooltipdirtooltip: direction[] = [
	{ id: 1, text: "top" },
	{ id: 2, text: "right" },
	{ id: 3, text: "bottom" },
	{ id: 4, text: "left" }
];


Popovers :
React Bootstrap Popovers are interactive components that display additional content or information when users click or hover over an element. Built on React Bootstrap’s popover system, they offer easy integration in React applications, with support for customizable content, placement, and triggers, allowing you to enhance the user interface with rich, contextual overlays.
1. You need to add these files to make popovers work.







Progress :
React Bootstrap Progress is a component that allows you to display progress bars in React applications, indicating the completion status of tasks or operations. It integrates seamlessly with React Bootstrap’s progress bar styles, supporting features like custom labels, striped animations, and varying bar colors for easy customization and responsiveness.
1. You need to add these files to make Progress work.







List Group :
React Bootstrap ListGroup is a component for creating lists of items with consistent styling and behavior, using Bootstrap's list group system. It supports features like custom item content, active states, badges, and links, making it easy to build interactive and organized lists in React applications with full customization options.
1. You need to add these files to make List Group work.








Toast:
React Bootstrap Toast is a component for displaying lightweight, non-blocking notifications or messages in React applications. It integrates with React Bootstrap’s toast system, offering features like auto-dismiss, customizable timing, and different styling options for success, error, or info messages, making it easy to provide feedback to users in a clean and responsive way.
1. You need to add these files to make toast work.




Accordions :
React Bootstrap Accordion is a component that allows you to display collapsible content panels in a stack, ideal for organizing large amounts of content in a compact, interactive layout. It integrates with React Bootstrap’s accordion system, supporting features like multiple or single panel expansion, custom styling, and smooth animations, making it easy to create dynamic, space-efficient UIs in React applications.
1. You need to add these files to make accordions work.



    


Carousel :
React Bootstrap Carousel is a component for creating responsive, interactive image sliders or carousels in React applications. It integrates seamlessly with React Bootstrap’s carousel system, offering features like slide transitions, controls, indicators, and automatic cycling, allowing you to display a series of content in an engaging and user-friendly way.
1. You need to add these files to make carousel work.






    
    


Theme styles

Please follow the below steps to change Primary Color
Step 1 :

To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (public/assets/scss/_variables.scss )

After making the change, run the npm run sass command.

Please follow the below steps to change Dark body Color
Step 1 :

Make sure the theme is set completely to dark mode by adding the following attributes to the html tag data-theme-mode="dark" data-header-styles="dark" data-menu-styles="dark"

Step 2 :

To change Dark body Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (public/assets/scss/_variables.scss )

Step 3 :

Also Change the following variable colors to the desired theme background accordingly in [data-theme-mode="dark"]

--light-rgb :
--form-control-bg :
--input-border :
--gray-3 :

After making the change, run the npm run sass command.