Material Dashboard Angular is a free Material Bootstrap Admin 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 was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements.
Material Dashboard 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.
This product came as a result of users asking for a material dashboard after we released our successful Material Kit. We developed it based on your feedback and it is a powerful bootstrap admin dashboard, which allows you to build products like admin panels, content managements systems and CRMs.
Material Dashboard comes with 5 color filter choices for both the sidebar and the card headers (blue, green, orange, red and purple) and an option to have a background image on the sidebar.
Material Dashboard uses a framework built by our friend Federico - Bootstrap Material Design, 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.
Special thanks go to: Robert McIntosh for the notification system. Chartist for the wonderful charts. We are very excited to share this dashboard with you and we look forward to hearing your feedback!
You can find the Github Repo here.
- Versions
- Demo
- Quick Start
- Deploy
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
HTML | Angular | Vue | React |
---|---|---|---|
Dashboard | User Profile | Tables | Icons | Notifications |
---|---|---|---|---|
Quick start options:
π You can deploy your own version of the template to Genezio with one click:
This project was generated with Angular CLI version 1.0.0 and angular 4.x.
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Make sure you have installed Angular CLI already. If not, please install.
- Run in terminal:
npm install
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Within the download you'll find the following directories and files:
material-dashboard-angular
βββ CHANGELOG.md
βββ LICENSE.md
βββ README.md
βββ angular-cli.json
βββ documentation
βββ e2e
βββ karma.conf.js
βββ package-lock.json
βββ package.json
βββ protractor.conf.js
βββ src
βΒ Β βββ app
βΒ Β βΒ Β βββ app.component.css
βΒ Β βΒ Β βββ app.component.html
βΒ Β βΒ Β βββ app.component.spec.ts
βΒ Β βΒ Β βββ app.component.ts
βΒ Β βΒ Β βββ app.module.ts
βΒ Β βΒ Β βββ app.routing.ts
βΒ Β βΒ Β βββ components
βΒ Β βΒ Β βΒ Β βββ components.module.ts
βΒ Β βΒ Β βΒ Β βββ footer
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.ts
βΒ Β βΒ Β βΒ Β βββ navbar
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.css
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.ts
βΒ Β βΒ Β βΒ Β βββ sidebar
βΒ Β βΒ Β βΒ Β βββ sidebar.component.css
βΒ Β βΒ Β βΒ Β βββ sidebar.component.html
βΒ Β βΒ Β βΒ Β βββ sidebar.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ sidebar.component.ts
βΒ Β βΒ Β βββ dashboard
βΒ Β βΒ Β βΒ Β βββ dashboard.component.css
βΒ Β βΒ Β βΒ Β βββ dashboard.component.html
βΒ Β βΒ Β βΒ Β βββ dashboard.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ dashboard.component.ts
βΒ Β βΒ Β βββ icons
βΒ Β βΒ Β βΒ Β βββ icons.component.css
βΒ Β βΒ Β βΒ Β βββ icons.component.html
βΒ Β βΒ Β βΒ Β βββ icons.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ icons.component.ts
βΒ Β βΒ Β βββ layouts
βΒ Β βΒ Β βΒ Β βββ admin-layout
βΒ Β βΒ Β βΒ Β βββ admin-layout.component.html
βΒ Β βΒ Β βΒ Β βββ admin-layout.component.scss
βΒ Β βΒ Β βΒ Β βββ admin-layout.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ admin-layout.component.ts
βΒ Β βΒ Β βΒ Β βββ admin-layout.module.ts
βΒ Β βΒ Β βΒ Β βββ admin-layout.routing.ts
βΒ Β βΒ Β βββ maps
βΒ Β βΒ Β βΒ Β βββ maps.component.css
βΒ Β βΒ Β βΒ Β βββ maps.component.html
βΒ Β βΒ Β βΒ Β βββ maps.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ maps.component.ts
βΒ Β βΒ Β βββ notifications
βΒ Β βΒ Β βΒ Β βββ notifications.component.css
βΒ Β βΒ Β βΒ Β βββ notifications.component.html
βΒ Β βΒ Β βΒ Β βββ notifications.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ notifications.component.ts
βΒ Β βΒ Β βββ table-list
βΒ Β βΒ Β βΒ Β βββ table-list.component.css
βΒ Β βΒ Β βΒ Β βββ table-list.component.html
βΒ Β βΒ Β βΒ Β βββ table-list.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ table-list.component.ts
βΒ Β βΒ Β βββ typography
βΒ Β βΒ Β βΒ Β βββ typography.component.css
βΒ Β βΒ Β βΒ Β βββ typography.component.html
βΒ Β βΒ Β βΒ Β βββ typography.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ typography.component.ts
βΒ Β βΒ Β βββ upgrade
βΒ Β βΒ Β βΒ Β βββ upgrade.component.css
βΒ Β βΒ Β βΒ Β βββ upgrade.component.html
βΒ Β βΒ Β βΒ Β βββ upgrade.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ upgrade.component.ts
βΒ Β βΒ Β βββ user-profile
βΒ Β βΒ Β βββ user-profile.component.css
βΒ Β βΒ Β βββ user-profile.component.html
βΒ Β βΒ Β βββ user-profile.component.spec.ts
βΒ Β βΒ Β βββ user-profile.component.ts
βΒ Β βββ assets
βΒ Β βΒ Β βββ css
βΒ Β βΒ Β βΒ Β βββ demo.css
βΒ Β βΒ Β βββ img
βΒ Β βΒ Β βββ scss
βΒ Β βΒ Β βββ core
βΒ Β βΒ Β βββ material-dashboard.scss
βΒ Β βββ environments
βΒ Β βββ favicon.ico
βΒ Β βββ index.html
βΒ Β βββ main.ts
βΒ Β βββ polyfills.ts
βΒ Β βββ styles.css
βΒ Β βββ test.ts
βΒ Β βββ tsconfig.app.json
βΒ Β βββ tsconfig.spec.json
βΒ Β βββ typings.d.ts
βββ tsconfig.json
βββ tslint.json
βββ typings
At present, we officially aim to support the last two versions of the following browsers:
- Demo: https://demos.creative-tim.com/material-dashboard-angular2/#/dashboard
- Download Page: https://www.creative-tim.com/product/material-dashboard-angular2
- Documentation: https://demos.creative-tim.com/material-dashboard-angular2/#/documentation/tutorial
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: Github Issues Page
- Material Kit - For Front End Development
We use GitHub Issues as the official bug tracker for the Material Dashboard. 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. 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/)
-
Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-angular2/blob/master/LICENSE.md)
- More products from Creative Tim
- Tutorials
- Freebies from Creative Tim
- Affiliate Program (earn money)
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim