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

Unified Diff: lib/paper_card.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/paper_button_behavior_nodart.html ('k') | lib/paper_checkbox.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_card.dart
diff --git a/lib/paper_card.dart b/lib/paper_card.dart
index 8ee1bc7059685b3489587a77ab637747a8ff7bdf..c4115441e55fa947392736b5929c22e4c6b000a6 100644
--- a/lib/paper_card.dart
+++ b/lib/paper_card.dart
@@ -24,6 +24,12 @@ import 'iron_flex_layout.dart';
/// </div>
/// </paper-card>
///
+/// Example - top card image:
+///
+/// <paper-card heading="Card Title" image="/path/to/image.png">
+/// ...
+/// </paper-card>
+///
/// ### Accessibility
///
/// By default, the `aria-label` will be set to the value of the `heading` attribute.
« no previous file with comments | « lib/paper_button_behavior_nodart.html ('k') | lib/paper_checkbox.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698