I_changed_another_theme

This commit is contained in:
2016-08-16 20:03:40 -04:00
parent 23434adfb0
commit 3d1bca5d8b
345 changed files with 47813 additions and 2571 deletions
+13
View File
@@ -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>
```