Skip to content

Commit 2ccc435

Browse files
author
FezVrasta
committed
added lists to readme
1 parent 6c2a617 commit 2ccc435

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 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.
@@ -25,6 +25,7 @@ Currently supported elements:
2525
- Jumbotron
2626
- Wells
2727
- Dialogs
28+
- Lists
2829

2930
# Support me
3031

@@ -39,7 +40,7 @@ Material Design for Bootstrap provides some additional stuff to get the best fro
3940

4041
### Variations:
4142

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

4546
Example:
@@ -52,7 +53,7 @@ These colors are took from the Material Design color palette and are reported be
5253

5354
### Buttons:
5455

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.
5657
Add `.btn-raised` to a button to add a permanent shadow to it.
5758

5859
### Inputs:
@@ -67,10 +68,10 @@ Remember to use the proper HTML markup to get radio and checkboxes styled correc
6768
Option one is this
6869
</label>
6970
</div>
70-
71+
7172
### Icons:
7273

73-
Material Design for Bootstrap includes 490 original Material Design icons!
74+
Material Design for Bootstrap includes 490 original Material Design icons!
7475
These icons are extracted from the original Google sources and are licensed under BSD license.
7576
Them are provided as an iconic font easy to use.
7677

@@ -90,12 +91,12 @@ Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrast
9091

9192
### RipplesJS
9293

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.
9495
At the moment RipplesJS has not an own repository but probably in future it will have one.
9596

9697
### noUiSlider
9798

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.
99100
Read more about [noUiSlider here](refreshless.com/nouislider/)
100101

101102

0 commit comments

Comments
 (0)