diff --git a/README.md b/README.md index 70090d9d..ac3815c5 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,50 @@ The syntax to add a Material icon is: +### Cards + +A card will expand to fill all of the available width (e.g. column's width). Card's height will be automatically resized to match width. + +Here is an example on how to use it: + +
+ +
+ +
+ +
+ Loading image... +

Lorem Ipsum Dolor

+
+ +
+

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

+
+ + + +
+ +
+Cards will adapt to column's width. The card below will have width equal to col-lg-6: + +
+
+ +
+
+ ... +
+
+ +
+
+ + ## Material.js `Material.js` is a jQuery plugin that adds some magic to your markup and allows Material Design for Bootstrap to style some elements like inputs, checkboxes, radios etc.