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
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Material Design for Bootstrap
2
2
=========================
3
3
4
-
This Bootstrap theme is an easy way to use the new Material Design guide-lines by Google in your Bootstrap 3 based application.
4
+
This Bootstrap theme is an easy way to use the new Material Design guide-lines by Google in your Bootstrap 3 based application.
5
5
Just include the theme right after the Bootstrap CSS and include the javascript at the end of your document, everything will be converted to Material Design (paper) style.
6
6
7
7
This theme is in early developement and is not ready for production.
@@ -25,6 +25,7 @@ Currently supported elements:
25
25
- Jumbotron
26
26
- Wells
27
27
- Dialogs
28
+
- Lists
28
29
29
30
# Support me
30
31
@@ -39,7 +40,7 @@ Material Design for Bootstrap provides some additional stuff to get the best fro
39
40
40
41
### Variations:
41
42
42
-
There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progess bars and more.
43
+
There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progess bars and more.
43
44
They can be used adding to the desired element the class suffix `-material-color` replacing `color` with the desired one.
44
45
45
46
Example:
@@ -52,7 +53,7 @@ These colors are took from the Material Design color palette and are reported be
52
53
53
54
### Buttons:
54
55
55
-
Add `.btn-flat` to a button to make it flat, without shadows.
56
+
Add `.btn-flat` to a button to make it flat, without shadows.
56
57
Add `.btn-raised` to a button to add a permanent shadow to it.
57
58
58
59
### Inputs:
@@ -67,10 +68,10 @@ Remember to use the proper HTML markup to get radio and checkboxes styled correc
67
68
Option one is this
68
69
</label>
69
70
</div>
70
-
71
+
71
72
### Icons:
72
73
73
-
Material Design for Bootstrap includes 490 original Material Design icons!
74
+
Material Design for Bootstrap includes 490 original Material Design icons!
74
75
These icons are extracted from the original Google sources and are licensed under BSD license.
75
76
Them are provided as an iconic font easy to use.
76
77
@@ -90,12 +91,12 @@ Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrast
90
91
91
92
### RipplesJS
92
93
93
-
This is part of Material Design for Bootstrap project and is a plain Javascript script which creates the ripple effect on click of the defined elements.
94
+
This is part of Material Design for Bootstrap project and is a plain Javascript script which creates the ripple effect on click of the defined elements.
94
95
At the moment RipplesJS has not an own repository but probably in future it will have one.
95
96
96
97
### noUiSlider
97
98
98
-
Make cross-browser sliders and get them styled with Material Design thanks to the support provided by this theme.
99
+
Make cross-browser sliders and get them styled with Material Design thanks to the support provided by this theme.
99
100
Read more about [noUiSlider here](refreshless.com/nouislider/)
0 commit comments