Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pdevty/polymer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/bower_components/paper-material/README.md')
-rw-r--r--static/bower_components/paper-material/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/bower_components/paper-material/README.md b/static/bower_components/paper-material/README.md
new file mode 100644
index 0000000..1105102
--- /dev/null
+++ b/static/bower_components/paper-material/README.md
@@ -0,0 +1,13 @@
+# paper-material
+A Material Design container that looks like a lifted piece of paper.
+
+`paper-material` is a container that renders two shadows on top of each other to
+create the effect of a lifted piece of paper.
+
+Example:
+
+```html
+<paper-material elevation="1">
+ ... content ...
+</paper-material>
+```