Blame view

bower_components/paper-material/README.md 304 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
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>
  ```