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

Side by Side Diff: third_party/polymer/components/paper-icon-button/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-icon-button-light.html paper-icon-button.html 5 paper-icon-button-light.html paper-icon-button.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
(...skipping 27 matching lines...) Expand all
38 </template> 38 </template>
39 </custom-element-demo> 39 </custom-element-demo>
40 ``` 40 ```
41 --> 41 -->
42 ```html 42 ```html
43 <paper-icon-button icon="favorite"></paper-icon-button> 43 <paper-icon-button icon="favorite"></paper-icon-button>
44 <paper-icon-button icon="menu"></paper-icon-button> 44 <paper-icon-button icon="menu"></paper-icon-button>
45 <paper-icon-button icon="star"></paper-icon-button> 45 <paper-icon-button icon="star"></paper-icon-button>
46 ``` 46 ```
47 47
48 See [`iron-iconset`](iron-iconset) for more information about 48 See [`iron-iconset`](https://github.com/PolymerElements/iron-iconset) for more i nformation about
49 how to use a custom icon set. 49 how to use a custom icon set.
50 50
51 Example: 51 Example:
52 52
53 ```html 53 ```html
54 <link href="path/to/iron-icons/iron-icons.html" rel="import"> 54 <link href="path/to/iron-icons/iron-icons.html" rel="import">
55 55
56 <paper-icon-button icon="favorite"></paper-icon-button> 56 <paper-icon-button icon="favorite"></paper-icon-button>
57 <paper-icon-button src="star.png"></paper-icon-button> 57 <paper-icon-button src="star.png"></paper-icon-button>
58 ``` 58 ```
(...skipping 27 matching lines...) Expand all
86 | --- | --- | --- | 86 | --- | --- | --- |
87 | `--paper-icon-button-disabled-text` | The color of the disabled button | `--di sabled-text-color` | 87 | `--paper-icon-button-disabled-text` | The color of the disabled button | `--di sabled-text-color` |
88 | `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-tex t-color` | 88 | `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-tex t-color` |
89 | `--paper-icon-button` | Mixin for a button | `{}` | 89 | `--paper-icon-button` | Mixin for a button | `{}` |
90 | `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` | 90 | `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` |
91 | `--paper-icon-button-hover` | Mixin for button on hover | `{}` | 91 | `--paper-icon-button-hover` | Mixin for button on hover | `{}` |
92 92
93 93
94 94
95 <!-- No docs for <paper-icon-button-light> found. --> 95 <!-- No docs for <paper-icon-button-light> found. -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698