# [Material Dashboard 2 React](http://demos.creative-tim.com/material-dashboard-react/#/dashboard?ref=readme-mdr) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/material-dashboard-react&text=Check%20Material%20Dashboard%202%20react%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#materialdesign%20#react%20https://www.creative-tim.com/product/material-dashboard-react)
![version](https://img.shields.io/badge/version-2.2.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-dashboard-react.svg)](https://github.com/creativetimofficial/material-dashboard-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-dashboard-react.svg)](https://github.com/creativetimofficial/material-dashboard-react/issues?q=is%3Aissue+is%3Aclosed)
![Image](https://s3.amazonaws.com/creativetim_bucket/products/71/original/material-dashboard-react.jpg?1638950990)
Material Dashboard 2 React is our newest free MUI Admin Template based on React. If you’re a developer looking to create an admin dashboard that is developer-friendly, rich with features, and highly customisable, here is your match. Our innovative MUI & React dashboard comes with a beautiful design inspired by Google's Material Design and it will help you create stunning websites & web apps to delight your clients.
**Fully Coded Elements**
Material Dashboard 2 React is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using MUI styled() API and sx prop. You will save a lot of time going from prototyping to full-functional code because all elements are implemented.
This free MUI & React Dashboard is coming with prebuilt design blocks, so the development process is seamless,
switching from our pages to the real website is very easy to be done.
Special thanks go to:
- [Nepcha Analytics](https://nepcha.com?ref=readme) for the analytics tool. Nepcha is already integrated with Material Dashboard React. You can use it to gain insights into your sources of traffic.
**Documentation built by Developers**
Each element is well presented in very complex documentation.
You can read more about the [documentation here](https://www.creative-tim.com/learning-lab/react/overview/material-dashboard/).
**Example Pages**
If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
View [example pages here](https://demos.creative-tim.com/material-dashboard-react/#/dashboard).
**HELPFUL LINKS**
- View [Github Repository](https://github.com/creativetimofficial/material-dashboard-react)
- Check [FAQ Page](https://www.creative-tim.com/faq)
#### Special thanks
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:
- [MUI](https://mui.com/) - The React UI library for faster and easier web development.
- [React ChartJS 2](http://reactchartjs.github.io/react-chartjs-2/#/) - Simple yet flexible React charting for designers & developers.
- [ChromaJS](https://gka.github.io/chroma.js/) - A small-ish zero-dependency JavaScript library for all kinds of color conversions and color scales.
Let us know your thoughts below. And good luck with development!
## 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
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/react-logo.png?raw=true" width="60" height="60" />](https://www.creative-tim.com/product/material-dashboard-react?ref=readme-mdr)
| React |
| ----- |
| [![Material Dashboard React](https://s3.amazonaws.com/creativetim_bucket/products/71/thumb/material-dashboard-react.jpg?1638950990)](http://demos.creative-tim.com/material-dashboard-react/#/dashboard?ref=readme-mdr)
## Demo
- [Dashboard](http://demos.creative-tim.com/material-dashboard-react/#/dashboard?ref=readme-sudr)
- [Profile](https://demos.creative-tim.com/material-dashboard-react/#/profile?ref=readme-sudr)
- [RTL](https://demos.creative-tim.com/material-dashboard-react/#/rtl?ref=readme-sudr)
- [Sign In](https://demos.creative-tim.com/material-dashboard-react/#/authentication/sign-in?ref=readme-sudr)
- [Sign Up](https://demos.creative-tim.com/material-dashboard-react/#/authentication/sign-up?ref=readme-sudr)
[View More](https://demos.creative-tim.com/material-dashboard-react/#/dashboard?ref=readme-mdr).
## Quick start
Quick start options:
- Download from [Creative Tim](https://www.creative-tim.com/product/material-dashboard-react?ref=readme-mdr).
## Terminal Commands
1. Download and Install NodeJs LTS version from [NodeJs Official Page](https://nodejs.org/en/download/).
2. Navigate to the root ./ directory of the product and run `yarn install` or `npm install` to install our local dependencies.
## Deploy
:rocket: You can deploy your own version of the template to Genezio with one click:
[![Deploy to Genezio](https://raw.githubusercontent.com/Genez-io/graphics/main/svg/deploy-button.svg)](https://app.genez.io/start/deploy?repository=https://github.com/creativetimofficial/material-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 Material Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/react/overview/material-dashboard/?ref=readme-mdr).
### What's included
Within the download you'll find the following directories and files:
```
material-dashboard-react
├── public
│ ├── apple-icon.png
│ ├── favicon.png
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── assets
│ │ ├── images
│ │ └── theme
│ │ ├── base
│ │ ├── components
│ │ ├── functions
│ │ ├── index.js
│ │ └── theme-rtl.js
│ │ └── theme-dark
│ │ ├── base
│ │ ├── components
│ │ ├── functions
│ │ ├── index.js
│ │ └── theme-rtl.js
│ ├── components
│ │ ├── MDAlert
│ │ ├── MDAvatar
│ │ ├── MDBadge
│ │ ├── MDBox
│ │ ├── MDButton
│ │ ├── MDInput
│ │ ├── MDPagination
│ │ ├── MDProgress
│ │ ├── MDSnackbar
│ │ └── MDTypography
│ ├── context
│ ├── examples
│ │ ├── Breadcrumbs
│ │ ├── Cards
│ │ ├── Charts
│ │ ├── Configurator
│ │ ├── Footer
│ │ ├── Items
│ │ ├── LayoutContainers
│ │ ├── Lists
│ │ ├── Navbars
│ │ ├── Sidenav
│ │ ├── Tables
�
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Material Dashboard 2 React
Free Material-UI & React Admin Templa (318个子文件)
.gitignore 335B
index.html 2KB
bg-sign-in-basic.jpeg 502KB
bg-profile.jpeg 310KB
bg-sign-up-cover.jpeg 310KB
bg-reset-cover.jpeg 233KB
home-decor-4.jpeg 56KB
home-decor-3.jpg 1.11MB
home-decor-2.jpg 1.04MB
home-decor-1.jpg 915KB
team-1.jpg 27KB
bruce-mars.jpg 26KB
marie.jpg 25KB
team-5.jpg 24KB
team-2.jpg 23KB
team-3.jpg 21KB
ivana-square.jpg 21KB
kal-visuals-square.jpg 21KB
team-4.jpg 14KB
index.js 11KB
index.js 10KB
index.js 8KB
MDButtonRoot.js 8KB
index.js 7KB
theme-rtl.js 7KB
index.js 7KB
index.js 7KB
theme-rtl.js 6KB
index.js 6KB
index.js 6KB
index.js 6KB
index.js 6KB
index.js 6KB
index.js 6KB
authorsTableData.js 6KB
projectsTableData.js 6KB
index.js 6KB
App.js 5KB
index.js 5KB
index.js 5KB
index.js 5KB
index.js 5KB
index.js 5KB
typography.js 4KB
typography.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
colors.js 4KB
index.js 4KB
colors.js 4KB
sidenavCollapse.js 4KB
MDBadgeRoot.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
routes.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 3KB
index.js 3KB
styles.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
boxShadows.js 3KB
boxShadows.js 3KB
index.js 3KB
index.js 3KB
MDBoxRoot.js 3KB
index.js 3KB
DataTableHeadCell.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
SidenavRoot.js 3KB
index.js 3KB
index.js 3KB
autocomplete.js 3KB
index.js 3KB
MDInputRoot.js 3KB
SidenavCollapse.js 3KB
index.js 3KB
autocomplete.js 3KB
checkbox.js 3KB
index.js 3KB
checkbox.js 3KB
index.js 3KB
index.js 3KB
index.js 2KB
index.js 2KB
共 318 条
- 1
- 2
- 3
- 4
资源评论
SuperEditor
- 粉丝: 1
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功