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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
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 guidelines 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
-
This theme is in early developement and is not ready for production.
7
+
This theme is in early development and is not ready for production.
8
8
9
9
Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/).
I'll try to write every component without need of Javascript but just CSS, and use JS only if strictly needed.
45
+
I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed.
46
46
47
47
# Support me
48
48
49
-
If you like this project you may support me donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
49
+
If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
@@ -57,14 +57,14 @@ Material Design for Bootstrap provides some additional stuff to get the best fro
57
57
58
58
### Variations:
59
59
60
-
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.
61
-
They can be used adding to the desired element the class suffix `-material-color` replacing `color` with the desired one.
60
+
There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progress bars and more.
61
+
They can be used by adding the class suffix `-material-color` to the desired element and replacing `color` with the desired one.
These colors are took from the Material Design color palette and are reported below:
67
+
These colors are taken from the Material Design color palette and are reported below:
68
68
69
69

70
70
@@ -89,27 +89,27 @@ Remember to use the proper HTML markup to get radio and checkboxes styled correc
89
89
### Icons:
90
90
91
91
Material Design for Bootstrap includes 490 original Material Design icons!
92
-
These icons are extracted from the original Google sources and are licensed under BSD license.
93
-
Them are provided as an iconic font easy to use.
92
+
These icons are extracted from the original Google sources and are licensed under the BSD license.
93
+
They are provided as an iconic and easy to use font.
94
94
95
-
Variations are available for every icon, included for the original Bootstrap icons.
95
+
Variations are available for every icon, including the original Bootstrap icons.
96
96
97
97
The syntax to add a Material icon is:
98
98
99
99
<i class="icon icon-material-favorite"></i>
100
100
101
101
# Plugins
102
102
103
-
Material Design for Bootstrap comes with styling support for various external scripts, at the moment only two scripts are supported but others will come:
103
+
Material Design for Bootstrap comes with styling support for various external scripts. At the moment only two scripts are supported but others will come:
104
104
105
105
### SnackbarJS
106
106
107
-
Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrasta/snackbarjs), the default toast style is the squared one (snackbar style), if you like to use the rounded style (toast style) please add the `toast` class to the `style` option of SnackbarJS.
107
+
Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrasta/snackbarjs). The default toast style is the squared one (snackbar style). If you like to use the rounded style (toast style), please add the `toast` class to the `style` option of SnackbarJS.
108
108
109
109
### RipplesJS
110
110
111
111
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.
112
-
At the moment RipplesJS has not an own repository but probably in future it will have one.
112
+
At the moment RipplesJS does not have its own repository but it will probably have one in the future.
113
113
114
114
### noUiSlider
115
115
@@ -119,5 +119,5 @@ Read more about [noUiSlider here](refreshless.com/nouislider/)
119
119
120
120
# Compatibility
121
121
122
-
Currently Material Design for Bootstrap supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), Internet Explorer (tested 11+). Mobile browsers are not currently tested but may works.
122
+
Currently Material Design for Bootstrap supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), and Internet Explorer (tested 11+). Mobile browsers are not currently tested but it may work.
0 commit comments