Index: lib/src/paper-card/paper-card.html |
diff --git a/lib/src/paper-card/paper-card.html b/lib/src/paper-card/paper-card.html |
index 8da83cfdfb203ce3dae306d4350e26463225149d..9ed860abccf87becfb1e2ba82850394dffd66478 100644 |
--- a/lib/src/paper-card/paper-card.html |
+++ b/lib/src/paper-card/paper-card.html |
@@ -26,6 +26,12 @@ Example: |
</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. |