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