Chromecast: registers old client_id metrics pref.
[chromium-blink-merge.git] / third_party / polymer / v0_8 / components / paper-material / README.md
blob1105102849b114b1443caed71c87d12eb21f579c
1 # paper-material
2 A Material Design container that looks like a lifted piece of paper.
4 `paper-material` is a container that renders two shadows on top of each other to
5 create the effect of a lifted piece of paper.
7 Example:
9 ```html
10 <paper-material elevation="1">
11   ... content ...
12 </paper-material>
13 ```