Popularity
6.4
Growing
Activity
0.0
Declining
875
11
374

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.

Programming language: JavaScript
License: MIT License
Tags: UI Frameworks     Bootstrap     React     Reactjs    

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?

Add another 'Bootstrap' Library

README

๐Ÿ”ฅ Black Friday 2022 - Get Premium React Templates for 90% Off

Themesberg Black Friday 2022

Volt React Dashboard Bootstrap 5 Tweet

version [license](LICENSE.md) GitHub issues open GitHub issues closed

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

Versions

.

HTML React
Volt Bootstrap 5 Dashboard HTML Volt React Dashboard

Demo

Dashboard Transactions Settings Forms
Dashboard Transactions Settings Tables
Sign in Sign up Forgot password Reset password
Sign in Sign up Forgot Password Reset password
Lock Profile 404 Not Found 500 Server Error Documentation
Lock Profile 404 Not Found 500 Server Error Documentation

Quick start

  1. Register and Download from Themesberg or clone this repository
  2. Download the project's zip

Using Yarn

  1. Make sure you have Yarn installed.
  2. After installing yarn, open a terminal and run yarn install in the main volt folder to download all project dependencies.
yarn install
  1. Then start the app in development mode by running the following command in terminal:
yarn start
  1. Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.

  2. If you want to generate the production files, change the homepage value from the package.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

  1. Make sure you have Node.js installed. Make sure the installed Node version is >= 8.10 and of npm >= 5.6

  2. After installing Node.js, open a terminal and run npm install in the main volt-react-dashboard/ folder to download all project dependencies. You'll find them in the node_modules/ folder.

npm install
  1. Then start the app in development mode by running the following command in terminal:
npm run start
  1. Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.

  2. If you want to generate the production files, change the homepage value from the package.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

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:

  1. Make sure that you are using the latest version of Volt React Dashboard. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. 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

Useful Links

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.