https://github.com/creativetimofficial/paper-dashboard-react
https://github.com/creativetimofficial/paper-dashboard-react
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/creativetimofficial/paper-dashboard-react
- Owner: creativetimofficial
- License: mit
- Created: 2018-10-09T11:42:28.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T08:40:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T02:02:43.907Z (over 1 year ago)
- Language: CSS
- Size: 15.5 MB
- Stars: 221
- Watchers: 6
- Forks: 401
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Paper Dashboard React](https://demos.creative-tim.com/paper-dashboard-react/#/dashboard) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fdemos.creative-tim.com%2Fpaper-dashboard-react%2F%23%2Fdashboard&text=Paper%20Dashboard%20React%20by%20Creative%20Tim%20%7C%20Free%20React%20Admin%20Template&original_referer=https%3A%2F%2Fdemos.creative-tim.com%2Fpaper-dashboard-react%2F&via=creativetim&hashtags=react%2Ccreativetim%2Cpaper%2Cdashboard%2Cbootstrap%2Creactstrap%2Creactjs)
  []() []() [](https://discord.gg/E4aHAQy)

If you are a react developer or a react website owner that needs to work within a dashboard and want to have a pretty sight while doing so, Paper Dashboard React is for you. Paper Dashboard React is a Bootstrap Admin Panel which combines soft colours with beautiful typography and spacious cards and graphics. It is a powerful tool, but it is light and easy to use. It has enough features to allow you to get the job done, but it is not crowded to the point where you can't find the files for a specific plugin.
We like consistency and design that blends into its purpose. Paper Dashboard React is a perfect example of our most thoughtful work. It combines over a dozen components and plugins, while looking like everything fits together. For an easy start or inspiration for you project, we have also create a set of example pages, like the user settings or usage graphics.
Paper Dashboard React is built using the same design language as [Paper Dashboard 2](https://www.creative-tim.com/product/paper-dashboard-2).
**Bootstrap 4 Support** Paper Dashboard React is built on top of the much awaited Bootstrap 4 and uses the most used react framework that implements the Bootstrap 4 components on react, reactstrap. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 and/or reactstrap project; you can just import the Paper Dashboard React style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.
**Example Pages** We wanted to fully display the power of this dashboard, so the kit comes packed with examples showing you how to use the components.
## Table of Contents
- [Versions](#versions)
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Deploy](#deploy)
- [Documentation](#documentation)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
- [Resources](#resources)
- [Reporting Issues](#reporting-issues)
- [Technical Support or Questions](#technical-support-or-questions)
- [Licensing](#licensing)
- [Useful Links](#useful-links)
## Versions
[
](https://www.creative-tim.com/product/paper-dashboard-2)
[
](https://www.creative-tim.com/product/paper-dashboard-react)
| HTML | React |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [](https://www.creative-tim.com/product/paper-dashboard-2) | [](https://www.creative-tim.com/product/paper-dashboard-react) |
## Demo
| Dashboard | User Profile | Tables | Maps | Notification |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [](https://demos.creative-tim.com/paper-dashboard-react/#/dashboard) | [](https://demos.creative-tim.com/paper-dashboard-react/#/user-page) | [](https://demos.creative-tim.com/paper-dashboard-react/#/table-list) | [](https://demos.creative-tim.com/paper-dashboard-react/#/maps) | [](https://demos.creative-tim.com/paper-dashboard-react/#/notifications) |
[View More](https://demos.creative-tim.com/paper-dashboard-react/#/dashboard).
## Quick start
Quick start options:
- `npm i paper-dashboard-react`
- Clone the repo: `git clone https://github.com/creativetimofficial/paper-dashboard-react.git`.
- [Download from Github](https://github.com/creativetimofficial/paper-dashboard-react/archive/main.zip).
- [Download from Creative Tim](https://www.creative-tim.com/product/paper-dashboard-react).
## Deploy
:rocket: You can deploy your own version of the template to Genezio with one click:
[](https://app.genez.io/start/deploy?repository=https://github.com/creativetimofficial/paper-dashboard-react&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head)
## Documentation
The documentation for the Paper Dashboard React is hosted at our [website](https://demos.creative-tim.com/paper-dashboard-react/#/documentation/tutorial).
## File Structure
Within the download you'll find the following directories and files:
```
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── docs
│ └── documentation.html
├── jsconfig.json
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── index.js
├── logo-white.svg
├── logo.svg
├── routes.js
├── components
│ ├── FixedPlugin
│ │ └── FixedPlugin.jsx
│ ├── Footer
│ │ └── Footer.jsx
│ ├── Navbars
│ │ └── DemoNavbar.jsx
│ └── Sidebar
│ └── Sidebar.jsx
├── layouts
│ └── Admin.jsx
├── variables
│ ├── charts.jsx
│ ├── general.jsx
│ └── icons.jsx
├── views
│ ├── Dashboard.jsx
│ ├── Icons.jsx
│ ├── Map.jsx
│ ├── Notifications.jsx
│ ├── Tables.jsx
│ ├── Typography.jsx
│ ├── Upgrade.jsx
│ └── User.jsx
└── assets
├── css
│ ├── paper-dashboard.css
│ ├── paper-dashboard.css.map
│ └── paper-dashboard.min.css
├── demo
├── fonts
├── github
├── img
│ └── faces
└── scss
├── paper-dashboard
│ ├── cards
│ ├── mixins
│ ├── plugins
│ └── react
│ ├── custom
│ └── react-differences.scss
└── paper-dashboard.scss
```
## Browser Support
At present, we officially aim to support the last two versions of the following browsers:

## Resources
- Demo: https://demos.creative-tim.com/paper-dashboard-react/#/dashboard
- Download Page: https://www.creative-tim.com/product/paper-dashboard-react
- Documentation: https://demos.creative-tim.com/paper-dashboard-react/#/documentation/tutorial
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: [Github Issues Page](https://github.com/creativetimofficial/paper-dashboard-react/issues)
## Reporting Issues
We use GitHub Issues as the official bug tracker for the Paper Dashboard React. Here are some advices for our users that want to report an issue:
1. Make sure that you are using the latest version of the Paper Dashboard React. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/).
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](https://www.creative-tim.com/contact-us) instead of opening an issue.
## Licensing
- Copyright 2023 Creative Tim (https://www.creative-tim.com)
- Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-react/blob/main/LICENSE.md)
## Useful Links
More products from Creative Tim:
Tutorials:
Freebies:
Affiliate Program (earn money):
Social Media:
Twitter:
Facebook:
Dribbble:
Google+:
Instagram: