Material Dashboard PRO React is a Premium Material-UI Admin created using create-react-app with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard PRO React was built over the popular Material-UI framework.
Material Dashboard PRO React makes use of light, surface and movement. The general layout resembles sheets of paper following multiple different layers, so that the depth and order is obvious. The navigation stays mainly on the left sidebar and the content is on the right inside the main panel.
Material Dashboard PRO React comes with 7 color filter choices for the links of the Sidebar (blue
, green
, orange
, red
, purple
, rose
, white
), 3 filter color choices for background of the Sidebar (white
, blue
, black
), an option to have a background image on the Sidebar and 6 color filter choices the card headers (blue
, green
, orange
, red
, purple
, rose
).
Material Dashboard PRO React was created with create-react-app and it uses a framework built by our friend Olivier - Material-UI, who did an amazing job creating the backbone for the material effects, animations, ripples and transitions. Big thanks to his team for the effort and forward thinking they put into it.
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
- Perfect-scrollbar for the slim and beautiful scrollbars.
- React-chartist for the wonderful charts.
- React-datetime for the easy to use date and time pickers.
- React-big-calendar for the a wonderful calendar.
- React-bootstrap-sweetalert for the wonderful alerts.
- React-google-maps for the nice and easy to use map components.
- React-jvectormap for the nice vector map components.
- React-nouislider for the nice and clean slider.
- React-tables for the nice and clean slider.
- React-tagsinput for the easy and beatiful to use tags components.
Let us know your thoughts below. And good luck with development!
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
HTML | React | Vue | Angular |
---|---|---|---|
Quick start options:
- Buy from Creative Tim
The documentation for the Material Dashboard Pro is hosted at our website.
Within the download you'll find the following directories and files:
material-dashboard-pro-react
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── README.md
├── gulpfile.js
├── jsconfig.json
├── package.json
├── documentation
│ ├── assets
│ │ ├── css
│ │ ├── img
│ │ │ └── faces
│ │ └── js
│ └── tutorial-components.html
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── assets
│ ├── github
│ │ └── material-dashboard-pro-react.gif
│ ├── img
│ │ ├── faces
│ │ ├── flags
│ │ ├── logo-white.svg
│ │ └── logo.svg
│ ├── jss
│ │ ├── material-dashboard-pro-react
│ │ │ ├── components
│ │ │ ├── layouts
│ │ │ └── views
│ │ └── material-dashboard-pro-react.js
│ └── scss
│ ├── material-dashboard-pro-react
│ │ ├── mixins
│ │ └── plugins
│ └── material-dashboard-pro-react.scss
├── components
│ ├── Accordion
│ │ └── Accordion.js
│ ├── Badge
│ │ └── Badge.js
│ ├── Card
│ │ ├── Card.js
│ │ ├── CardAvatar.js
│ │ ├── CardBody.js
│ │ ├── CardFooter.js
│ │ ├── CardHeader.js
│ │ ├── CardIcon.js
│ │ └── CardText.js
│ ├── Clearfix
│ │ └── Clearfix.js
│ ├── CustomButtons
│ │ └── Button.js
│ ├── CustomDropdown
│ │ └── CustomDropdown.js
│ ├── CustomInput
│ │ └── CustomInput.js
│ ├── CustomLinearProgress
│ │ └── CustomLinearProgress.js
│ ├── CustomTabs
│ │ └── CustomTabs.js
│ ├── CustomUpload
│ │ ├── ImageUpload.js
│ │ └── PictureUpload.js
│ ├── FixedPlugin
│ │ └── FixedPlugin.js
│ ├── Footer
│ │ └── Footer.js
│ ├── Grid
│ │ ├── GridContainer.js
│ │ └── GridItem.js
│ ├── Heading
│ │ └── Heading.js
│ ├── InfoArea
│ │ └── InfoArea.js
│ ├── Instruction
│ │ └── Instruction.js
│ ├── NavPills
│ │ └── NavPills.js
│ ├── Navbars
│ │ ├── AdminNavbar.js
│ │ ├── AdminNavbarLinks.js
│ │ └── AuthNavbar.js
│ ├── Pagination
│ │ └── Pagination.js
│ ├── Sidebar
│ │ └── Sidebar.js
│ ├── Snackbar
│ │ ├── Snackbar.js
│ │ └── SnackbarContent.js
│ ├── Table
│ │ └── Table.js
│ ├── Tasks
│ │ └── Tasks.js
│ ├── Timeline
│ │ └── Timeline.js
│ ├── Typography
│ │ ├── Danger.js
│ │ ├── Info.js
│ │ ├── Muted.js
│ │ ├── Primary.js
│ │ ├── Quote.js
│ │ ├── Success.js
│ │ └── Warning.js
│ └── Wizard
│ └── Wizard.js
├── index.js
├── layouts
│ ├── Admin.js
│ ├── Auth.js
│ └── RTL.js
├── routes.js
├── variables
│ ├── charts.js
│ └── general.js
└── views
├── Calendar
│ └── Calendar.js
├── Charts
│ └── Charts.js
├── Components
│ ├── Buttons.js
│ ├── GridSystem.js
│ ├── Icons.js
│ ├── Notifications.js
│ ├── Panels.js
│ ├── SweetAlert.js
│ └── Typography.js
├── Dashboard
│ └── Dashboard.js
├── Forms
│ ├── ExtendedForms.js
│ ├── RegularForms.js
│ ├── ValidationForms.js
│ ├── Wizard.js
│ └── WizardSteps
│ ├── Step1.js
│ ├── Step2.js
│ └── Step3.js
├── Maps
│ ├── FullScreenMap.js
│ ├── GoogleMaps.js
│ └── VectorMap.js
├── Pages
│ ├── ErrorPage.js
│ ├── LockScreenPage.js
│ ├── LoginPage.js
│ ├── PricingPage.js
│ ├── RTLSupport.js
│ ├── RegisterPage.js
│ ├── Timeline.js
│ └── UserProfile.js
├── Tables
│ ├── ExtendedTables.js
│ ├── ReactTables.js
│ └── RegularTables.js
└── Widgets
└── Widgets.js
At present, we officially aim to support the last two versions of the following browsers:
- Live Preview
- Buy Page: https://www.creative-tim.com/product/material-dashboard-pro-react
- Documentation is here
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: Github Issues Page
- Material Dashboard React - demo
- For Front End Development - Material Kit Pro React
We use GitHub Issues as the official bug tracker for the Material Dashboard Pro. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Material Dashboard Pro. 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.
If you have questions or need help integrating the product please contact us instead of opening an issue.
- Copyright 2018 Creative Tim (https://www.creative-tim.com)
- Creative Tim license
-
More products from Creative Tim
-
Freebies from Creative Tim
-
Affiliate Program (earn money)
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial