Introduction

Vsparks is the complete package that was built to help you create a custom and unique user interface for your project.

With Vsparks you’re not limited to creating a single page for your admin panel. You’ll have over many pre-built page templates to choose from, covering many popular scenarios and content types. Like the main admin demos, all the page templates are highly customizable.

You can add any of the pre-built UI elements to your design. The options are vast, with elements including buttons, badges, widgets, timeline, modals, progress bars, and more. They can all be customized to ensure they fit in or contrast with the rest of your dashboard as desired.

VSPARK is based on a modular design, which allows it to be easily customised and built upon any backend project in no-time. Our documentation will guide you through installing the template and exploring the various components that are bundled with the template.

Vsparks is packed with pages that come complete with documented code to simplify the customization process.

Author: Vsparks

Vsparks supports all latest browsers (Chrome, Firefox, Safari) including Edge.

Grunt File & Installation

Vsparks is a simple static HTML template so it's simple to install it.

The JavaScript Task Runner.

Installing Grunt: Run npm install grunt --save-dev command from your teminal to install grunt within your project.

Grunt Sass: Run grunt sass command from your project directory. It will compile SASS to CSS for the project. This will read the file `assets/scss/filename.scss` and output a plain-css file to `/assets/css/filename.css`.

Grunt JSHint: Run grunt jshint command from your project directory. It will checks all *.js files under `assetsjs/filename` for common syntax or coding errors using the JSHint utility.

Grunt Sprite: Run grunt sprite command from your project directory.

Further help: To get more help on the grunt checkout Grunt

Note: However, any SASS code you write must be able compile via Grunt as well.It will generate pre-compiled javascript templates. Reads all the *.html files from `../js/filename` and outputs `../js/filename.templates.js`. Template.js will contains code of UI design and will be change each time you build solution through above command.

Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file.

Folder Structure

Vsparks/ 
├──dist
  ├─assets/
  ├─├─bundles/
  ├─├─css/
  ├─├─fonts/
  ├─├─images/
  ├─├─Plugins/
├──documentation
├──js/
├──node_modules
├──scss/
  ├─base/
  ├─font/
  ├─mixins/
  ├─pages/
  ├─skeleton/
  ├─skins/
  ├─uikit/
  ├─main.scss/
├──Gruntfile.js
├──package.js

Layout Structure

Vsparks is a simple static HTML template so it's simple to customization.

layout

Dashboard option

There are three type of Dashboard Option.

  • Analytics
  • ECommerce
  • Trading
analitics
eccomerce
trading

Logo Change

There are two type of logo's available in Vspark.one is Svg Logo and second is Text Logo

  • change svg logo in navigation menu
  • change text logo in sidebar menu
layout

Dark Version

All pages of Vsparks are available in dark version and high-contrast version.

Just change the name of the Data-theme: [data-theme="light"] by [data-theme="dark"]by [data-theme="high-contrast"].

Just simply change variable color code

Main SidebarMenu

just simply change anchor tag font icon.menu create using flex and menu toggle for using collapse.

mainmenu

Setting Option

Just select Contrast layout in setting option

Light/Dark & Contrast Layout
setting-swich

Just select Color Skins layout in setting option.there are multiple color combinations option available

Color Skins
color-skin

Theme Color

Just change body tag class For EX. theme-orange ,theme-yellow etc..

body-color

Customize color combinations theme here Primery color & Secondary color File:themes.scss

body-color

Note: Theme Color Class put in to body tag.

Icons

Feather Icons - <i class="fe fe-ICON_NAME"></i>

Simple Line Icons - <i class="icon-user"></i>

Font Awesome - <i class="fa fa-ICON_NAME"></i>

Flags - <i class="flag flag-ICON_NAME"></i>

Payments - <i class="payment payment-ICON_NAME"></i>

Utilities

Bootstrap Utilities

Text Color

Class Results
.text-primary Lorem ipsum dolor sit amet consectecur.
.text-secondary Lorem ipsum dolor sit amet consectecur.
.text-success Lorem ipsum dolor sit amet consectecur.
.text-info Lorem ipsum dolor sit amet consectecur.
.text-warning Lorem ipsum dolor sit amet consectecur.
.text-danger Lorem ipsum dolor sit amet consectecur.
.text-dark Lorem ipsum dolor sit amet consectecur.

Background Color

Class Results
.bg-primary
.bg-secondary
.bg-success
.bg-info
.bg-warning
.bg-danger
.bg-dark
.bg-white

Update

Version 1.0.0 – 06 April 2021

-- Themeforest Release

Thank you!

-- latest update:  06 April 2021

Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to email at pixelwibes@gmail.com

If you really like our work, design, performance and support then please don't forgot to rate us on Themeforest,
it really motivate us to provide something better.

Copyright © 2021 - Designed by Vsparks