Skip to content

Commit ef4aa84

Browse files
author
Federico Zivolo
committed
Added "support me" section.
1 parent e31fbc2 commit ef4aa84

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Material Design for Bootstrap
22
=========================
33

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.
55
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.
66

77
This theme is in early developement and is not ready for production.
@@ -26,14 +26,20 @@ Currently supported elements:
2626
- Wells
2727
- Dialogs
2828

29+
# Support me
30+
31+
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.
32+
33+
[![gittip](screenshots/gittip-button.jpg)](https://www.gittip.com/FezVrasta/)
34+
[![issues](screenshots/issues-button.jpg)](/FezVrasta/bootstrap-material-design)
2935

3036
# Documentation
3137

3238
Material Design for Bootstrap provides some additional stuff to get the best from Material Design.
3339

3440
### Variations:
3541

36-
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.
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.
3743
They can be used adding to the desired element the class suffix `-material-color` replacing `color` with the desired one.
3844

3945
Example:
@@ -46,7 +52,7 @@ These colors are took from the Material Design color palette and are reported be
4652

4753
### Buttons:
4854

49-
Add `.btn-flat` to a button to make it flat, without shadows.
55+
Add `.btn-flat` to a button to make it flat, without shadows.
5056
Add `.btn-raised` to a button to add a permanent shadow to it.
5157

5258
### Inputs:
@@ -61,7 +67,7 @@ Remember to use the proper HTML markup to get radio and checkboxes styled correc
6167
Option one is this
6268
</label>
6369
</div>
64-
70+
6571
# Plugins
6672

6773
Material Design for Bootstrap comes with styling support for various Bootstrap plugins, at the moment only one plugin is supported but others will come:

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,7 @@ <h2>Tooltips</h2>
12271227
<div class="row">
12281228
<div class="col-lg-6">
12291229
<h2>Snackbars and toasts <span style="font-size: 50%">(with SnackbarJS)</span></h2>
1230+
<p>SnackbarJS is the ad-hoc developed plugin to create snackbars and toasts, read more about it on the <a href="http://fezvrasta.github.io/snackbarjs/">official page</a> of the project.</p>
12301231
<div class="bs-component">
12311232
<button type="button" class="btn btn-default" data-content="This is a snackbar! Lorem lipsum dolor sit amet..." data-toggle="snackbar" data-timeout="0">Show snackbar</button>
12321233

screenshots/gittip-button.jpg

16.2 KB
Loading

screenshots/issues-button.jpg

16.8 KB
Loading

0 commit comments

Comments
 (0)