You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/creativetimofficial/material-kit/issues?q=is%3Aopen+is%3Aissue)[](https://github.com/creativetimofficial/material-kit/issues?q=is%3Aissue+is%3Aclosed)[](https://gitter.im/creative-tim-general/Lobby)[](https://discord.gg/E4aHAQy)
Material Kit is a Free Bootstrap 4 UI Kit with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling of the Bootstrap elements, you will find three fully-coded example pages, to help you design your next project.
6
10
7
11
Material Kit makes use of light, surface and movement. It uses a deliberate color choice, edge-to-edge imagery and large scale typography. 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 and the actions on the right.
8
12
9
13
This new design has elements that have been the result of research regarding ink and paper and the way objects and materials interact in real life. The result is a beautiful and consistent set of elements that can get you started with your next project. Material Kit is a great tool if you are looking to create a web presence for your Android application and need to be consistent, leaving the impression of visually similar elements. It is also a great resource in its own right, looking gorgeous and helping you build your web pages.
10
14
11
-
Material Kit is based on the Github Repo from Fez (http://fezvrasta.github.io/bootstrap-material-design/) who did an amazing job creating the backbone for the material effects, animations and transitions. Big thanks to his team for their forward thinking efforts.
15
+
Material Kit is based on the Github Repo from Fezvrasta (http://fezvrasta.github.io/bootstrap-material-design/) who did an amazing job creating the backbone for the material effects, animations and transitions. Big thanks to his team for their forward thinking efforts.
-[Download from Github](https://github.com/creativetimofficial/material-kit.git).
59
+
-[Download from Github](https://github.com/creativetimofficial/material-kit/archive/master.zip).
23
60
-[Download from Creative Tim](http://www.creative-tim.com/product/material-kit).
61
+
- Install with [Bower](https://bower.io/): ```bower install material-kit```.
24
62
- Clone the repo: `git clone https://github.com/creativetimofficial/material-kit.git`.
25
63
26
64
27
-
### What's included
65
+
## Documentation
66
+
The documentation for the Material Kit is hosted at our [website](https://demos.creative-tim.com/material-kit/docs/2.0/getting-started/introduction.html).
28
67
68
+
69
+
## File Structure
29
70
Within the download you'll find the following directories and files:
30
71
31
72
```
32
73
material-kit/
33
74
├── CHANGELOG.md
75
+
├── LICENSE.md
76
+
├── README.md
34
77
├── assets
35
-
│ ├── demo
78
+
│ ├── assets-for-demo
36
79
│ ├── css
37
80
│ │ ├── material-kit.css
38
81
│ │ ├── material-kit.css.map
39
82
│ │ └── material-kit.min.css
40
83
│ ├── img
41
84
│ ├── js
85
+
│ │ ├── bootstrap-material-design.js
86
+
│ │ ├── bootstrap-material-design.min.js
42
87
│ │ ├── core
43
-
│ │ │ ├── bootstrap-material-design.min.js
44
88
│ │ │ ├── jquery.min.js
45
89
│ │ │ └── popper.min.js
46
90
│ │ ├── material-kit.js
47
-
│ │ ├── material-kit.js.map
48
91
│ │ ├── material-kit.min.js
49
92
│ │ └── plugins
50
93
│ │ ├── bootstrap-datetimepicker.min.js
94
+
│ │ ├── jasny-bootstrap.min.js
51
95
│ │ ├── moment.min.js
52
96
│ │ └── nouislider.min.js
53
97
│ └── scss
54
-
│ ├── material-kit
55
-
│ └── material-kit.scss
98
+
│ ├── bootstrap
99
+
│ ├── core
100
+
│ ├── material-kit.scss
101
+
│ └── plugins
102
+
├── bower.json
56
103
├── docs
57
-
│ └── documentation.html
104
+
│ └── documentation-free.html
58
105
├── examples
59
106
│ ├── landing-page.html
60
107
│ ├── profile-page.html
61
108
│ └── signup-page.html
62
-
├── gulpfile.js
63
-
├── index.html
64
-
└── package.json
109
+
└── index.html
65
110
```
66
111
67
-
### Version logs
68
-
69
-
## [2.0.3] 2018-05-07
70
-
### BugFixing
71
-
- Scss cleaned and fixed issue when compiling
72
-
- Archive cleaned
73
-
- Other small bug fixing
74
-
75
-
## [2.0.2] 2018-02-13
76
-
### Improvements, Bootstrap 4.0.0 Final Included
77
-
- Reestablish the routes/folder for images
78
-
79
-
## [2.0.1] 2018-01-31
80
-
### Bug fixing, Improvements
81
-
- Added two plugins in Documentation
82
-
- Included gulp task that opens the project in browser
83
-
- Reestablish the routes for some Documentation Components
84
-
- responsive issue fixed for carousel
85
-
86
-
## [2.0.0] 2018-01-12
87
-
### Bootstrap 4 update
88
-
- Core base code on Bootstrap 4
89
-
- Documentation code base written from scratch
90
-
- Speed optimizations
91
-
- Class changes : .card-block to .card-body
92
-
- .navbar-toggleable-* to .navbar-expand-*
93
-
- .hidden-*-down to .d-none .d-*-block
94
-
- .hidden-*-up to .d-*-none
95
-
- .checkbox to .form-check
96
-
- .radio to .form-check
97
-
- more class changes here:https://medium.com/@lukaszholeczek/how-to-upgrade-bootstrap-4-alpha-6-to-bootstrap-4-beta-d43b4210f2a3
98
-
- Bug fixes for responsive devices
99
-
- Small changes for components
100
-
101
-
## [1.2.1] 2017-11-09
102
-
### BugFixing
103
-
- fixed parallax page scroll
104
-
- fixed cards from `ecommerce.html` page
105
-
106
-
## [1.2.0] 2017-09-13
107
-
### BugFixing
108
-
- jQuery library update to the latest version
109
-
- removed atv-img-animation.js library ( multiple problems with the browsers )
110
-
- fixed rotating card system for IE, changed rotating cards with raised image with regular cards with background image or plain cards
111
-
- bootstrap-selectpicker.js updated to the latest version
112
-
113
-
## [1.1.1] 2017-05-22
114
-
### BugFixing
115
-
- fixed problem with Morphing Cards(rotating manual and auto) and Perspective Cards when images were loading later than the javascript
116
-
117
-
## [1.1.0] 2017-04-14
118
-
### BugFixing, Plugins Updates, New Cards (HTML Version)
119
-
- v1.1.0 14 Apr, 2017 -
120
-
- Bootstrap v3.3.7
121
-
- Bootstrap DateTimePicker v4.17.45
122
-
- Replace Bootstrap SelectPicker v1.11.2
123
-
- Replace Tags with Bootstrap TagsInput v0.8.0
124
-
- jQuery.Flexisel v2.1.0
125
-
- NoUiSlider v9.0.0
126
-
- jQuery v3.1.1
127
-
- moment.js v2.14.1
128
-
- Added new cards
129
-
- Added 3D animation effect for images on cards(atvImg library)
130
-
- Added DynamicShadows
131
-
- Added New rotating cards
132
-
- Added Ecommerce Page
133
-
- Bug fixing
134
-
- Documentation Updates
135
-
- Added simple input example
136
-
137
-
IMPORTANT! If you migrate from V1.0.0 to V1.1.0 please make sure your replace the '.content' class inside each card with '.card-content', we've made this adjustment for a better control of the content that is inside a card. Sorry for the inconvenience.
138
-
139
-
## [1.0.0] 2016-06-15
140
-
### Initial Release
141
-
142
-
143
-
### License
144
-
145
-
- Copyright 2018 Creative Tim (http://www.creative-tim.com)
146
-
- Licensed under MIT (https://github.com/timcreative/material-kit/blob/master/LICENSE.md)
147
112
113
+
## Browser Support
114
+
115
+
At present, we officially aim to support the last two versions of the following browsers:
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:
131
+
132
+
1. Make sure that you are using the latest version of the Material Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/).
133
+
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
134
+
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
148
135
149
-
## Useful Links
150
136
151
-
More products from Creative Tim: <http://www.creative-tim.com/products>
0 commit comments