NextJS Material仪表板是一种免费的材料,NextJS和React Admin,其新设计灵感来自Google的材料设计。我们很高兴通过易于使用和精美的组件介绍我们对物质概念的看法。 NextJS材料仪表板是在流行的材料UI,NextJ和React框架上建造的。
NextJS材料仪表板利用光,表面和运动。一般布局类似于遵循多个不同层的纸张,因此深度和顺序是显而易见的。导航主要停留在左侧栏上,内容在主面板内部的右侧。
NextJS Material仪表板配有5个颜色过滤器选择,可为侧边栏和卡标头(蓝色,绿色,橙色,红色和紫色),以及在侧边栏上具有背景图像的选项。
NextJS Material Dashboard是使用NextJS创建的,它使用了由我们的朋友Olivier -Miterate -UI建造的框架,他做了出色的工作,为材料效果,动画,涟漪和过渡创造了骨干。非常感谢他的团队所做的努力和前进的想法。
我们很高兴与您分享此仪表板,我们期待听到您的反馈!
它是开源的,可以在此处找到GitHub repo。
特别感谢:
| nextjs | nodejs | 拉拉维尔 | Vue&Laravel | Vuetify |
|---|---|---|---|---|
| html黑暗 | html | 反应 | Vue | 角 |
|---|---|---|---|---|
查看更多。
快速启动选项:
npm i nextjs-material-dashboardgit clone https://github.com/creativetimofficial/nextjs-material-dashboard.git 。材料仪表板React的文档在我们的网站上托管。
在下载中,您会找到以下目录和文件:
nextjs-material-dashboard
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── assets
│ ├── css
│ │ └── nextjs-material-dashboard.css
│ ├── github
│ │ ├── md-react.gif
│ │ └── react.svg
│ ├── img
│ │ └── faces
│ └── jss
│ ├── nextjs-material-dashboard
│ │ ├── cardImagesStyles.js
│ │ ├── checkboxAdnRadioStyle.js
│ │ ├── components
│ │ │ ├── buttonStyle.js
│ │ │ ├── cardAvatarStyle.js
│ │ │ ├── cardBodyStyle.js
│ │ │ ├── cardFooterStyle.js
│ │ │ ├── cardHeaderStyle.js
│ │ │ ├── cardIconStyle.js
│ │ │ ├── cardStyle.js
│ │ │ ├── customInputStyle.js
│ │ │ ├── customTabsStyle.js
│ │ │ ├── footerStyle.js
│ │ │ ├── headerLinksStyle.js
│ │ │ ├── headerStyle.js
│ │ │ ├── rtlHeaderLinksStyle.js
│ │ │ ├── sidebarStyle.js
│ │ │ ├── snackbarContentStyle.js
│ │ │ ├── tableStyle.js
│ │ │ ├── tasksStyle.js
│ │ │ └── typographyStyle.js
│ │ ├── dropdownStyle.js
│ │ ├── layouts
│ │ │ ├── adminStyle.js
│ │ │ └── rtlStyle.js
│ │ ├── tooltipStyle.js
│ │ └── views
│ │ ├── dashboardStyle.js
│ │ ├── iconsStyle.js
│ │ └── rtlStyle.js
│ └── nextjs-material-dashboard.js
├── components
│ ├── Card
│ │ ├── Card.js
│ │ ├── CardAvatar.js
│ │ ├── CardBody.js
│ │ ├── CardFooter.js
│ │ ├── CardHeader.js
│ │ └── CardIcon.js
│ ├── CustomButtons
│ │ └── Button.js
│ ├── CustomInput
│ │ └── CustomInput.js
│ ├── CustomTabs
│ │ └── CustomTabs.js
│ ├── FixedPlugin
│ │ └── FixedPlugin.js
│ ├── Footer
│ │ └── Footer.js
│ ├── Grid
│ │ ├── GridContainer.js
│ │ └── GridItem.js
│ ├── Navbars
│ │ ├── AdminNavbarLinks.js
│ │ ├── Navbar.js
│ │ └── RTLNavbarLinks.js
│ ├── PageChange
│ │ └── PageChange.js
│ ├── Sidebar
│ │ └── Sidebar.js
│ ├── Snackbar
│ │ ├── Snackbar.js
│ │ └── SnackbarContent.js
│ ├── Table
│ │ └── Table.js
│ ├── Tasks
│ │ └── Tasks.js
│ └── Typography
│ ├── Danger.js
│ ├── Info.js
│ ├── Muted.js
│ ├── Primary.js
│ ├── Quote.js
│ ├── Success.js
│ └── Warning.js
├── documentation
│ ├── assets
│ │ ├── css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── demo-documentation.css
│ │ │ └── material-dashboard.css
│ │ ├── img
│ │ │ └── faces
│ │ └── js
│ │ ├── bootstrap.min.js
│ │ └── jquery-3.2.1.min.js
│ └── tutorial-components.html
├── layouts
│ ├── Admin.js
│ └── RTL.js
├── next.config.js
├── package.json
├── pages
│ ├── _app.js
│ ├── _document.js
│ ├── _error.js
│ ├── admin
│ │ ├── dashboard.js
│ │ ├── icons.js
│ │ ├── maps.js
│ │ ├── notifications.js
│ │ ├── table-list.js
│ │ ├── typography.js
│ │ ├── upgrade-to-pro.js
│ │ └── user-profile.js
│ ├── index.js
│ └── rtl
│ └── rtl-page.js
├── routes.js
└── variables
├── charts.js
└── general.js
目前,我们正式旨在支持以下浏览器的最后两个版本:
| nextjs | 反应天然 | Vue | 鬼 |
|---|---|---|---|
| html | 反应 |
|---|---|
| nextjs | 拉拉维尔 | Vue&Laravel | Vuetify |
|---|---|---|---|
| html | 反应 | Vue | 角 |
|---|---|---|---|
| nextjs | 反应天然 | Vue | 拉拉维尔 |
|---|---|---|---|
| html | 反应 |
|---|---|
我们使用GitHub问题作为材料仪表板的官方错误跟踪器。以下是我们的用户想要报告一个问题的一些建议:
如果您有疑问或需要帮助集成产品,请与我们联系,而不是开头。
来自Creative Tim的更多产品:https://www.creative-tim.com/products
教程:https://www.youtube.com/channel/ucvytg4scw-rovb9ohkzzd1w
免费赠品:https://www.creative-tim.com/products
会员计划(赚钱):https://www.creative-tim.com/affiliates/new
社交媒体:
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