From d691dc58401e479885b1da27db4a3a8b70481ff2 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 5 Jul 2018 16:36:55 -0400 Subject: [PATCH] docs(card): update usage to match preview --- core/src/components/card/usage/javascript.md | 45 ++++++++++++++++++-- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/core/src/components/card/usage/javascript.md b/core/src/components/card/usage/javascript.md index 3281700fcf..094bfc7f87 100644 --- a/core/src/components/card/usage/javascript.md +++ b/core/src/components/card/usage/javascript.md @@ -1,11 +1,48 @@ ```html - Hello There - Some subtext + Card Subtitle + Card Title + -

General Kenobi

+ Keep close to Nature's heart... and break clear away, once in awhile, + and climb a mountain or spend a week in the woods. Wash your spirit clean.
-``` + + + + + ion-item in a card, icon left, button right + View + + + + This is content, without any paragraph or header tags, + within an ion-card-content element. + + + + + + + Card Link Item 1 .activated + + + + + Card Link Item 2 + + + + + Card Button Item 1 .activated + + + + + Card Button Item 2 + + +``` \ No newline at end of file