Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: third_party/polymer/components/paper-material/README.md

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 <!--- 2 <!---
3 3
4 This README is automatically generated from the comments in these files: 4 This README is automatically generated from the comments in these files:
5 paper-material.html 5 paper-material.html
6 6
7 Edit those files, and our readme bot will duplicate them over here! 7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :) 8 Edit this file, and the bot will squash your changes :)
9 9
10 The bot does some handling of markdown. Please file a bug if it does the wrong 10 The bot does some handling of markdown. Please file a bug if it does the wrong
11 thing! https://github.com/PolymerLabs/tedium/issues 11 thing! https://github.com/PolymerLabs/tedium/issues
12 12
13 --> 13 -->
14 14
15 [![Build Status](https://travis-ci.org/PolymerElements/paper-material.svg?branch =master)](https://travis-ci.org/PolymerElements/paper-material) 15 [![Build status](https://travis-ci.org/PolymerElements/paper-material.svg?branch =master)](https://travis-ci.org/PolymerElements/paper-material)
16 16
17 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-materia l)_ 17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-materia l)_
18 18
19 19
20 ##&lt;paper-material&gt; 20 ##&lt;paper-material&gt;
21 21
22 Material design: [Cards](https://www.google.com/design/spec/components/cards.htm l) 22 Material design: [Cards](https://www.google.com/design/spec/components/cards.htm l)
23 23
24 `paper-material` is a container that renders two shadows on top of each other to 24 `paper-material` is a container that renders two shadows on top of each other to
25 create the effect of a lifted piece of paper. 25 create the effect of a lifted piece of paper.
26 26
27 Example: 27 Example:
28 28
29 ```html 29 ```html
30 <paper-material elevation="1"> 30 <paper-material elevation="1">
31 ... content ... 31 ... content ...
32 </paper-material> 32 </paper-material>
33 ``` 33 ```
34 34
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698