├── ISSUE_TEMPLATE.md ├── .github └── workflows │ └── main.yml ├── CHANGELOG.md └── README.md /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 8 | 9 | 14 | -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | name: Autocloser 2 | on: [issues] 3 | jobs: 4 | autoclose: 5 | runs-on: ubuntu-latest 6 | steps: 7 | - name: Issue auto-closer 8 | uses: roots/issue-closer-action@v1.1 9 | with: 10 | repo-token: ${{ secrets.GITHUB_TOKEN }} 11 | issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the bellow rules:\n\n
\n\n\n\nIMPORTANT: Please use the following link to create a new issue:\n\nhttps://www.creative-tim.com/new-issue/material-dashboard-pro\n\n**If your issue was not created using the app above, it will be closed immediately.**\n\n\n\nLove Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:\n👉 https://www.creative-tim.com/bundles\n👉 https://www.creative-tim.com\n\n\n\n\n" 12 | issue-pattern: (\#\#\# Version([\S\s.*]*?)\#\#\# Reproduction link([\S\s.*]*?)\#\#\# Operating System([\S\s.*]*?)\#\#\# Device([\S\s.*]*?)\#\#\# Browser & Version([\S\s.*]*?)\#\#\# Steps to reproduce([\S\s.*]*?)\#\#\# What is expected([\S\s.*]*?)\#\#\# What is actually happening([\S\s.*]*?)---([\S\s.*]*?)\#\#\# Solution([\S\s.*]*?)\#\#\# Additional comments([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)|(\#\#\# What is your enhancement([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>) 13 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log 2 | 3 | ## [3.1.0] 2024-10-21 4 | ### Updates & Improvements 5 | - update Bootstrap to v5.3.3 6 | - all plugins updated to the latest version 7 | 8 | ## [3.0.6] 2022-10-10 9 | ### Updates & Improvements 10 | - update Bootstrap to v5.2.2 11 | - update Popper to v2.11.6 12 | - add new page: Validation Page 13 | - update `start-0` and `end-0` classes on RTL 14 | - fix perfectScrollbar issue on RTL 15 | - fix the NavTabs second active tab issue 16 | - move the flatpickr init on the main JS file 17 | 18 | ## [3.0.5] 2022-06-14 19 | ### BugFixing 20 | - fix inputs on RTL 21 | - update tag border 22 | 23 | ## [3.0.4] 2022-06-07 24 | ### Update and Improvements 25 | - update Bootstrap to v5.2.0-beta1 26 | - fix modal close button on docs 27 | - update color of `.form-control` on Dark 28 | - fix Chat Page on responsive 29 | 30 | ## [3.0.3] 2022-03-07 31 | ### Update and Improvements 32 | - fix running 'npm install' issue 33 | - fix SCSS compiling issues 34 | 35 | ## [3.0.2] 2021-12-14 36 | ### Update and Improvements 37 | - Update Bootstrap to v5.1.3 38 | - Add new page - Chat/messages 39 | - Fix sidebar scroll issue 40 | - Fix Authentication Pages navbar issue 41 | - Update inputs to work with 'value' 42 | - Fix Dark Mode issues for dropdowns, blur cards 43 | - Fix sidebar background color on resize 44 | 45 | ## [3.0.1] 2021-08-24 46 | ### Update and Improvements 47 | - Fix broken links 48 | - Fix Documentation links 49 | - Fix old Documentation styling 50 | - Fix sidebar logo color on dark-version 51 | - Update background-color 52 | - Update pricing 53 | 54 | ## [3.0.0] 2021-08-16 55 | ### Update and Improvements 56 | - Update Bootstrap to v5.1.0 57 | - Update to Material Design 2 58 | - Add more example pages 59 | - Add Light/Dark feature 60 | - New Documentation version 61 | 62 | ## [2.1.2] 2020-03-13 63 | ### BugFixing 64 | - Fixed the perfectScrollbar plugin issue 65 | - Change name color variables from `$brand-*color` to `$*color` 66 | 67 | ## [2.1.1] 2020-02-21 68 | ### Improvements, BugFixing 69 | - Fixed the broken links 70 | 71 | ## [2.1.0] 2018-11-13 72 | ### Improvements, BugFixing 73 | - Changes for responsive devices 74 | - Improvements and BugFixing for documentation 75 | - Change versions on CSS and JS files 76 | - DataTable responsive fixes 77 | - Example Pages small establishments 78 | - Pro Documentation integrated in Free Version 79 | - New page - Error Page 404 80 | - Eliminated extra CSS and JS 81 | 82 | ## [2.0.2] 2018-06-21 83 | ### BugFixing 84 | - Multilevel dropdown integration 85 | - Small changes for responsive devices 86 | - Fixed-plugin in user archive integration 87 | - Speed optimizations 88 | - Documentation errors fixed 89 | - Gulp compiling of the SASS files 90 | - Change versions on CSS and JS files 91 | - Small changes for components 92 | 93 | ## [2.0.1] 2018-03-21 94 | ### BugFixing 95 | - Fixed validation inputs 96 | - Fixed SweetAlert 97 | - Navbar dropdown fixed on mobile responsive 98 | 99 | ## [2.0.0] 2018-03-15 100 | ### Bootstrap 4 update 101 | - Core base code on Bootstrap 4 102 | - Documentation code base written from scratch 103 | - Speed optimizations 104 | - Class changes : 105 | .card-block to .card-body 106 | .navbar-toggleable-* to .navbar-expand-* 107 | .hidden-*-down to .d-none .d-*-block 108 | .hidden-*-up to .d-*-none 109 | .checkbox to .form-check 110 | .radio to .form-check 111 | - more class changes here: https://getbootstrap.com/docs/4.0/migration/ 112 | - Bug fixes for responsive devices 113 | - Small changes for components 114 | 115 | ## [1.2.1] 2017-11-17 116 | ### RTL Support 117 | - added new page with `RTL Support` 118 | 119 | ### BugFixing 120 | - SweetAlert fixed on IE and browser console fixed error 121 | - Replaced `es6-promise-auto.min.js` library with `core.js` (CDN script) 122 | - `Chartist.js` fixed error from browser console 123 | - `PerfectScrollbar` fixed on IE 124 | 125 | 126 | ## [1.2.0] 2017-09-05 127 | ### BugFixing, Plugin Change 128 | - Added a new Sidebar-menu ( the old one was replaced ) and a new color for the Sidebar-menu `red` with `white` the active color 129 | - Plugins that were updated to the latest versions: 130 | - jquery.min.js `3.2.1` 131 | - es6-promise-auto.min.js `4.1.1` 132 | - noUiSlider.min.js `10.0.0` 133 | - chartist.min.js `0.11.0` 134 | - fullcalendar.min.js `3.5.0` 135 | - jquery.bootstrap-wizard.js `1.4.2` 136 | - jquery.select-bootstrap.js `1.12.2` 137 | - Added `Arrive.js` library for elements that are inserted dinamically 138 | - Removed `jquery.mobile-1.4.5.min.js` library because this it's not compatible with jquery 3+ 139 | - Added version in CSS and JS links 140 | - Bug Fixes 141 | 142 | ## [1.1.0] 2016-11-17 143 | ### BugFixing, Plugin Change 144 | - Fix bug on main panel > content while you use the Sidebar Mini 145 | - Replaced select plugin with a more complex select `bootstrap-select` 146 | - Added File Input library by Jasny 147 | - change filter colors for example pages 148 | - fix Charts responsive issue when switching from Desktop to Mobile 149 | - added `PerfectScrollbar` just for Windows, fix problem in MacOs and Ubuntu 150 | 151 | ## [1.0.0] 2016-11-03 152 | ### Initial Release 153 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [Material Dashboard 2 PRO](http://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics?ref=readme-sudp) [](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/material-dashboard-pro&text=Check%Material%20UI%20Dashboard%20Pro%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#materialdesign%20#html%20https://www.creative-tim.com/product/material-dashboard-pro) [](https://discord.gg/FhCJCaHdQa) 2 | 3 |  [](https://github.com/creativetimofficial/ct-material-dashboard-pro/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/creativetimofficial/ct-material-dashboard-pro/issues?q=is%3Aissue+is%3Aclosed) 4 | 5 |  6 | 7 | The most complex and innovative Dashboard Made by [Creative Tim](https://creative-tim.com/). Check our latest Premium Bootstrap 5 Dashboard with a fresh, new design inspired by Google's Material Design 2. 8 | 9 | Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks, and fully coded pages, Material Dashboard 2 PRO is ready to help you create stunning websites and web apps. 10 | 11 | We created many examples for pages like Sign In, Profile, and so on. Just choose between a Basic Design, an illustration, or a cover and you are good to go! 12 | 13 | Material Dashboard 2 PRO makes use of light, surface and movement. The general layout comes with two modes: Light & Dark. Inside the archive you will find multiple example pages on how to use all components. And, of course, every element is documented. 14 | 15 | **Fully Coded Elements** 16 | 17 | Material Dashboard 2 PRO is built with over 300 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 SASS files and classes. 18 | 19 | You will save a lot of time going from prototyping to full-functional code because all elements are implemented. 20 | 21 | This Premium Bootstrap 5 Dashboard is coming with prebuilt design blocks, so the development process is seamless, 22 | switching from our pages to the real website is very easy to be done. 23 | 24 | View [all components here](https://www.creative-tim.com/learning-lab/bootstrap/alerts/material-dashboard). 25 | 26 | **Documentation built by Developers** 27 | 28 | Each element is well presented in very complex documentation. 29 | 30 | You can read more about the [documentation here](https://www.creative-tim.com/learning-lab/bootstrap/overview/material-dashboard). 31 | 32 | **Example Pages** 33 | 34 | 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. 35 | You will be able to quickly set up the basic structure for your web project. 36 | 37 | View [example pages here](https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics). 38 | 39 | **HELPFUL LINKS** 40 | * View [Github Repository](https://github.com/creativetimofficial/ct-material-dashboard-pro) 41 | * Check [Knowlegde Center Page](https://www.creative-tim.com/knowledge-center) 42 | 43 | #### Special thanks 44 | 45 | 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: 46 | 47 | - [noUISlider](https://refreshless.com/nouislider/) - JavaScript Range Slider 48 | - [Popper.js](https://popper.js.org/) - Kickass library used to manage poppers 49 | - [Flatpickr](https://flatpickr.js.org/) - Useful library used to select date 50 | - [Choices JS](https://joshuajohnson.co.uk/Choices/) - A nice plugin that select elements with intuitive multiselection and searching but also for managing tags. 51 | - [CountUp JS](https://inorganik.github.io/countUp.js/) - A dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way. 52 | - [Charts Js](https://www.chartjs.org/) - Simple yet flexible JavaScript charting for designers & developers 53 | - [FullCalendar](https://fullcalendar.io/) - Full-sized drag & drop event calendar 54 | - [Dropzone](https://www.dropzonejs.com/) - An open source library that provides drag’n’drop file uploads with image previews. 55 | - [Datatables](https://github.com/fiduswriter/Simple-DataTables) - DataTables but in Vanilla ES2018 JS 56 | - [jKanban](http://www.riccardotartaglia.it/jkanban/) - Pure agnostic Javascript plugin for Kanban boards 57 | - [PhotoSwipe](https://photoswipe.com/) - JavaScript image gallery for mobile and desktop, modular, framework independent 58 | - [Quill](https://quilljs.com/) - A free, open source WYSIWYG editor built for the modern web 59 | - [Sweet Alerts](https://sweetalert2.github.io/) - A beautiful, responsive, customisable, accessible replacement for Javascript’s popup boxes. 60 | - [three.js](https://threejs.org/) - JavaScript 3D library 61 | - [Wizard](https://www.cssscript.com/multi-step-form-bootstrap/) - Animated Multi-step form for Bootstrap 62 | - [Nepcha Analytics](https://nepcha.com?ref=readme) for the analytics tool. Nepcha is already integrated with Material Dashboard 2 PRO. You can use it to gain insights into your sources of traffic. 63 | 64 | Let us know your thoughts below. And good luck with development! 65 | 66 | ## Table of Contents 67 | 68 | - [Material Dashboard 2 PRO ](#material-dashboard-2-pro--) 69 | - [Special thanksm](#special-thanksm) 70 | - [Table of Contents](#table-of-contents) 71 | - [Versions](#versions) 72 | - [Demo](#demo) 73 | - [Quick start](#quick-start) 74 | - [Terminal Commands](#terminal-commands) 75 | - [Documentation](#documentation) 76 | - [What's included](#whats-included) 77 | - [Browser Support](#browser-support) 78 | - [Resources](#resources) 79 | - [Reporting Issues](#reporting-issues) 80 | - [Technical Support or Questions](#technical-support-or-questions) 81 | - [Licensing](#licensing) 82 | - [Useful Links](#useful-links) 83 | - [Social Media](#social-media) 84 | 85 | ## Versions 86 | 87 | [
](https://www.creative-tim.com/product/material-dashboard-pro?ref=readme-sudp)
88 |
89 | | HTML |
90 | | --- |
91 | | [](http://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics?ref=readme-sudp)
92 |
93 | ## Demo
94 |
95 | - [Dashboard](https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics?ref=readme-sudp)
96 | - [Automotive](https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/automotive?ref=readme-sudp)
97 | - [Virtual Reality](https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/vr/vr-default?ref=readme-sudp)
98 | - [Profile](https://demos.creative-tim.com/material-dashboard-pro/pages/pages/profile/overview?ref=readme-sudp)
99 | - [Account](https://demos.creative-tim.com/material-dashboard-pro/pages/pages/account/settings?ref=readme-sudp)
100 | - [RTL](https://demos.creative-tim.com/material-dashboard-pro/pages/pages/rtl-page?ref=readme-sudp)
101 | - [Applications](https://demos.creative-tim.com/material-dashboard-pro/pages/applications/kanban?ref=readme-sudp)
102 | - [Ecommerce](https://demos.creative-tim.com/material-dashboard-pro/pages/ecommerce/overview?ref=readme-sudp)
103 | - [Sign In](https://demos.creative-tim.com/material-dashboard-pro/pages/authentication/signin/basic?ref=readme-sudp)
104 | - [Sign Up](https://demos.creative-tim.com/material-dashboard-pro/pages/authentication/signup/basic?ref=readme-sudp)
105 |
106 | [View More](https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics?ref=readme-sudp).
107 |
108 | ## Quick start
109 |
110 | Quick start options:
111 |
112 | - Buy from [Creative Tim](https://www.creative-tim.com/product/material-dashboard-pro?ref=readme-sudp).
113 |
114 | ## Terminal Commands
115 |
116 | 1. Download and Install NodeJs from [NodeJs Official Page](https://nodejs.org/en/download/).
117 | 2. Navigate to the root / directory and run npm install to install our local dependencies.
118 |
119 | ## Documentation
120 | The documentation for the Material Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/bootstrap/overview/material-dashboard?ref=readme-sudp).
121 |
122 | ### What's included
123 |
124 | Within the download you'll find the following directories and files:
125 |
126 | ```
127 | material-dashboard-pro
128 | ├── assets
129 | │ ├── css
130 | │ ├── fonts
131 | │ ├── img
132 | │ ├── js
133 | │ │ ├── core
134 | │ │ ├── plugins
135 | │ │ └── points.json
136 | │ │ └── material-dashboard.min.js
137 | │ └── scss
138 | │ ├── material-dashboard-pro
139 | │ └── material-dashboard.scss
140 | ├── docs
141 | │ ├── documentation.html
142 | ├── pages
143 | │ ├── applications
144 | │ ├── authentication
145 | │ ├── dashboards
146 | │ ├── ecommerce
147 | │ ├── pages
148 | ├── CHANGELOG.md
149 | ├── gulpfile.js
150 | ├── package.json
151 | ├── presentation.html
152 | ```
153 |
154 | ## Browser Support
155 |
156 | At present, we officially aim to support the last two versions of the following browsers:
157 |
158 |
159 |
160 | ## Resources
161 | - [Live Preview](https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/default?ref=readme-sudp)
162 | - [Buy Page](https://www.creative-tim.com/product/material-dashboard-pro?ref=readme-sudp)
163 | - Documentation is [here](https://www.creative-tim.com/learning-lab/bootstrap/overview/material-dashboard?ref=readme-sudp)
164 | - [License Agreement](https://www.creative-tim.com/license?ref=readme-sudp)
165 | - [Support](https://www.creative-tim.com/contact-us?ref=readme-sudp)
166 | - Issues: [Github Issues Page](https://github.com/creativetimofficial/ct-material-dashboard-pro/issues)
167 | - [Nepcha Analytics](https://nepcha.com?ref=readme) - Analytics tool for your website
168 |
169 | ## Reporting Issues
170 | We use GitHub Issues as the official bug tracker for the Material Dashboard 2 PRO. Here are some advices for our users that want to report an issue:
171 |
172 | 1. Make sure that you are using the latest version of the Material Dashboard 2 PRO. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/product/material-dashboard-pro?ref=readme-sudp).
173 | 2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
174 | 3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
175 |
176 | ## Technical Support or Questions
177 |
178 | If you have questions or need help integrating the product please [contact us](https://www.creative-tim.com/contact-us?ref=readme-sudp) instead of opening an issue.
179 |
180 | ## Licensing
181 |
182 | - Copyright 2023 [Creative Tim](https://www.creative-tim.com?ref=readme-sudp)
183 | - Creative Tim [license](https://www.creative-tim.com/license?ref=readme-sudp)
184 |
185 | ## Useful Links
186 |
187 | - [More products](https://www.creative-tim.com/templates?ref=readme-sudp) from Creative Tim
188 |
189 | - [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
190 |
191 | - [Freebies](https://www.creative-tim.com/bootstrap-themes/free?ref=readme-sudp) from Creative Tim
192 |
193 | - [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=readme-sudp) (earn money)
194 |
195 | - [Bundles](https://www.creative-tim.com/bundles)
196 |
197 | - [Material Design](https://www.creative-tim.com/design-system/material)
198 |
199 | - [Get Discount](https://www.creative-tim.com/coupon)
200 |
201 | ##### Social Media
202 |
203 | Twitter: