NobleUI - HTML Bootstrap 5 Admin Dashboard Template v 3.0
Thank you so much for purchasing NobleUI Responsive Bootstrap 5 Admin Template. If you have any questions that are beyond the scope of this documentation, please feel free to email to nobleui123@gmail.com :)
Introduction
This theme is built on Bootstrap - The most popular front-end component library. This theme extended bootstrap components and add custom components.
What's include
NobleUI comes with a simple and logically organized file structure for easy to understand and maintainability.
Setup environment for customization (if you are using gulp & scss)
First you must have Node.js installed in your computer.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
We are using gulp which allows having complete automation to build flow. 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.
Install gulp:
If you have previously installed a version of gulp globally, please run npm rm --global gulp
to make sure your old version doesn't collide with gulp-cli.
Verify that gulp is successfully installed, and version of installed gulp will appear.
After you finished with above two steps, you can run the automated tasks (as described below) to build the application.
Command | Description |
---|---|
gulp serve:demo1 |
Demo1 serve and open in browser. it will watch for file changes and compile scss files. The browser will automatically reload when the changes are made. |
gulp serve:demo2 |
Demo2 serve and open in browser. it will watch for file changes and compile scss files. The browser will automatically reload when the changes are made. |
gulp serve:demo1-rtl |
Demo1-RTL serve and open in browser. it will watch for file changes and compile scss files. The browser will automatically reload when the changes are made. |
gulp serve:demo2-rtl |
Demo1-RTL serve and open in browser. it will watch for file changes and compile scss files. The browser will automatically reload when the changes are made. |
gulp inject |
Inject partial files such as '_navbar.html', '_sidebar.html etc' from the partials folder to the pages. |
gulp copyVendors |
Copy necessary vendor files such as .css, .js and other vendor files from the node_modules folder to the vendors directory. |
Customization (using gulp & scss)
You can customize various elements including navbar, sidebar, form elements, etc by simply editing scss files in 'scss' directory or removing unnecessary components from demo*/style.scss main file.
Make sure that the gulp serve:{demo*}
gulp task is running in the terminal to compile scss files when you make changes. Once the changes are made, the scss file will be compiled and the changes will be reflected in the browser after an automatic browser reload.
It is important to run gulp serve:{demo*}
command from the directory where the gulpfile.js is located.
Note: If you do not want to use gulp and scss. You can easily start using the project just by putting the file inside your localhost directory.
Dark Sidebar/Header
The Dark sidebar (in Demo1) & Dark header (in Demo2) are does not enabled by default.
Add class to the body
element as given below.
- For the dark sidebar (in Demo1), set
class="sidebar-dark"
on thebody
element. - For the dark header (in Demo2), set
class="navbar-dark"
on thebody
element.
Credits
Support
We are happy to help you. Please feel free to contact us through: https://themeforest.net/item/nobleui-admin-dashboard-template/24606935/support if you have any queries.
If you liked our product, would you mind taking a few seconds to write a review and ⭐️⭐️⭐️⭐️⭐️ rating for us, please? It means a lot to us. You can review the product from the https://themeforest.net/downloads page.
Copyright © 2024 NobleUI.