repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Service workers: Allow HTTPS pages arrived at via HTTP redirect to use SW
[chromium-blink-merge.git]
/
third_party
/
polymer
/
v1_0
/
components-chromium
/
paper-material
/
README.md
blob
1105102849b114b1443caed71c87d12eb21f579c
1
# paper-material
2
A Material Design container that looks like a lifted piece of paper.
3
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.
6
7
Example:
8
9
```html
10
<paper-material elevation="1">
11
... content ...
12
</paper-material>
13
```