Description
Volt React is a free and open source admin dashboard template built in React.js and based on the latest version of the Bootstrap 5 CSS framework. It features over 100 UI elements, plugins, and example based built with React components.
Volt React Dashboard Bootstrap 5 alternatives and similar libraries
Based on the "Bootstrap" category.
Alternatively, view volt-react-dashboard alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of Volt React Dashboard Bootstrap 5 or a related project?
README
๐ฅ Black Friday 2022 - Get Premium React Templates for 90% Off
Volt React Dashboard Bootstrap 5 
Volt React is a free and open source admin dashboard template built in React.js and based on the latest version of the Bootstrap 5 CSS framework. It features over 100 UI elements, plugins, and example based built with React components.
Powered by React.js
Volt React is an extension of the popular react-bootstrap library and it is based on the newest version of Bootstrap 5.
Data-driven
This library has been built using a data driven methodology, meaning that a large part of data, such as tasks, messages, user notifications are passed to the components as an array of objects. This will make it easy to connect the UI interface with any back-end API.
Bootstrap 5
This library is based on the latest version of the Bootstrap 5 CSS framework which brought many improvements, such as dropping dependency on jQuery, introducing RTL support, the utility API and many other style and markup improvements.
Over 100 React Components
Volt React included over 100 React UI elements such as buttons, form elements, alerts, modals, tabs, navigation bars, date pickers, and many more. They are all custom styled by professional designers as an extension of the base Bootstrap elements using Sass variables, mixins, and custom markup.
10 Example Dashboard Pages
Get started with 10 beautiful example pages for a dashboard which is based on the most popular dashboard template written in Bootstrap 5, called Volt Dashboard.
Getting Started and live code editor
Every component, plugin and getting started is thoroughly documented on our online documentation.
Tutorial
We also wrote a tutorial on how you can install the project, explore the UI elements, create a new page, customize the Sass variables and upload the production code to the server.
Workflow
This product is built using the following widely used technologies:
- React.js front-end library
- Bootstrap 5 CSS Framework
- Sass preprocessing language
- NPM & Yarn
Table of Contents
- Version
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Upgrade to PRO
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
Versions
HTML | React |
---|---|
![]() |
![]() |
Demo
Dashboard | Transactions | Settings | Forms |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Sign in | Sign up | Forgot password | Reset password |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Lock Profile | 404 Not Found | 500 Server Error | Documentation |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Quick start
- Register and Download from Themesberg or clone this repository
- Download the project's zip
Using Yarn
- Make sure you have Yarn installed.
- After installing
yarn
, open a terminal and runyarn install
in the main volt folder to download all project dependencies.
yarn install
- Then start the app in development mode by running the following command in terminal:
yarn start
Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.
If you want to generate the production files, change the
homepage
value from thepackage.json
to the domain name that the app will be hosted on, and then run the following command in the terminal:
yarn build
Using NPM
Make sure you have Node.js installed. Make sure the installed Node version is >= 8.10 and of npm >= 5.6
After installing Node.js, open a terminal and run
npm install
in the mainvolt-react-dashboard/
folder to download all project dependencies. You'll find them in thenode_modules/
folder.
npm install
- Then start the app in development mode by running the following command in terminal:
npm run start
Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.
If you want to generate the production files, change the
homepage
value from thepackage.json
to the domain name that the app will be hosted on, and then run the following command in the terminal:
npm run build
Documentation
Every component, plugin and getting started is thoroughly documented on our online documentation.
File Structure
Within the download you'll find the following directories and files:
Volt React Dashboard
.
โโโ LICENSE.md
โโโ README.md
โโโ package-lock.json
โโโ package.json
โโโ public
โย ย โโโ android-chrome-192x192.png
โย ย โโโ android-chrome-512x512.png
โย ย โโโ apple-touch-icon.png
โย ย โโโ browserconfig.xml
โย ย โโโ favicon-16x16.png
โย ย โโโ favicon-32x32.png
โย ย โโโ favicon.ico
โย ย โโโ index.html
โย ย โโโ manifest.json
โย ย โโโ mstile-150x150.png
โย ย โโโ robots.txt
โย ย โโโ safari-pinned-tab.svg
โย ย โโโ site.webmanifest
โโโ src
โย ย โโโ assets
โย ย โย ย โโโ img
โย ย โย ย โโโ syntax-themes
โย ย โโโ components
โย ย โย ย โโโ AccordionComponent.js
โย ย โย ย โโโ Charts.js
โย ย โย ย โโโ Code.js
โย ย โย ย โโโ CodeEditor.js
โย ย โย ย โโโ Documentation.js
โย ย โย ย โโโ Footer.js
โย ย โย ย โโโ Forms.js
โย ย โย ย โโโ Navbar.js
โย ย โย ย โโโ Preloader.js
โย ย โย ย โโโ Progress.js
โย ย โย ย โโโ ScrollToTop.js
โย ย โย ย โโโ Sidebar.js
โย ย โย ย โโโ Tables.js
โย ย โย ย โโโ Widgets.js
โย ย โโโ data
โย ย โย ย โโโ charts.js
โย ย โย ย โโโ commands.js
โย ย โย ย โโโ features.js
โย ย โย ย โโโ notifications.js
โย ย โย ย โโโ pages.js
โย ย โย ย โโโ tables.js
โย ย โย ย โโโ teamMembers.js
โย ย โย ย โโโ transactions.js
โย ย โโโ index.js
โย ย โโโ pages
โย ย โย ย โโโ HomePage.js
โย ย โย ย โโโ Presentation.js
โย ย โย ย โโโ Settings.js
โย ย โย ย โโโ Transactions.js
โย ย โย ย โโโ components
โย ย โย ย โโโ dashboard
โย ย โย ย โโโ documentation
โย ย โย ย โโโ examples
โย ย โย ย โโโ tables
โย ย โโโ routes.js
โย ย โโโ scss
โย ย โโโ volt
โย ย โโโ volt.scss
โโโ yarn.lock
Browser Support
At present, we officially aim to support the last two versions of the following browsers:
Resources
- Demo: https://demo.themesberg.com/volt-react-dashboard
- Download Page: https://themesberg.com/product/dashboard/volt-react
- Documentation: https://demo.themesberg.com/volt-react-dashboard/#/documentation/overview
- License Agreement: https://themesberg.com/licensing
- Support: https://themesberg.com/contact
- Issues: Github Issues Page
Upgrade to Pro
If you'd like to support this open source software, we invite you to check out the premium version of this React dashboard called Volt Pro React Dashboard. It features over 800 React components, customized pugins, and 20 example pages.
Reporting Issues
We use GitHub Issues as the official bug tracker for Volt React Dashboard. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of Volt React Dashboard. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
Technical Support or Questions
If you have questions or need help integrating the product please contact us instead of opening an issue.
Licensing
- Copyright 2021 Themesberg (Crafty Dwarf LLC) (https://themesberg.com)
- Themesberg license (MIT License)
Useful Links
- React themes from Themesberg
- Affiliate Program
Social Media
Twitter: https://twitter.com/themesberg
Facebook: https://www.facebook.com/themesberg/
Dribbble: https://dribbble.com/themesberg
Instagram: https://www.instagram.com/themesberg/
*Note that all licence references and agreements mentioned in the Volt React Dashboard Bootstrap 5 README section above
are relevant to that project's source code only.