aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/paper-material/README.md
blob: d1ad73878302ab1ba62bada65511f50020714c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

<!---

This README is automatically generated from the comments in these files:
paper-material.html

Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)

The bot does some handling of markdown. Please file a bug if it does the wrong
thing! https://github.com/PolymerLabs/tedium/issues

-->

[![Build status](https://travis-ci.org/PolymerElements/paper-material.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-material)

_[Demo and API docs](https://elements.polymer-project.org/elements/paper-material)_


##&lt;paper-material&gt;

Material design: [Cards](https://www.google.com/design/spec/components/cards.html)

`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>
```