mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-cart-content
This commit is contained in:
@@ -8,11 +8,10 @@
|
||||
Card Header
|
||||
</ion-card-header>
|
||||
|
||||
<div class="item item-text-wrap">
|
||||
<ion-item-content>
|
||||
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-content>
|
||||
</div>
|
||||
<ion-card-content>
|
||||
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-card-content>
|
||||
|
||||
</ion-card>
|
||||
|
||||
@@ -27,37 +26,18 @@
|
||||
<button outline>View</button>
|
||||
</div>
|
||||
|
||||
<div class="item item-text-wrap">
|
||||
<ion-item-content>
|
||||
This is a multiline content within a card that should
|
||||
take up multiple lines and stuff.
|
||||
</ion-item-content>
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<ion-item-content>
|
||||
<icon small name="ion-star"></icon>
|
||||
<span>255</span>
|
||||
</ion-item-content>
|
||||
<ion-item-content>
|
||||
<icon small name="ion-reply"></icon>
|
||||
<span>Reply</span>
|
||||
</ion-item-content>
|
||||
<ion-item-content>
|
||||
<icon small name="ion-forward"></icon>
|
||||
Forward
|
||||
</ion-item-content>
|
||||
</div>
|
||||
<ion-card-content>
|
||||
This is a multiline content within a card that should
|
||||
take up multiple lines and stuff.
|
||||
</ion-card-content>
|
||||
|
||||
</ion-card>
|
||||
|
||||
|
||||
<ion-card>
|
||||
|
||||
<div class="item">
|
||||
<ion-item-content>
|
||||
Card, no header
|
||||
</ion-item-content>
|
||||
</div>
|
||||
<ion-card-content>
|
||||
Card, no header
|
||||
</ion-card-content>
|
||||
|
||||
</ion-card>
|
||||
|
||||
Reference in New Issue
Block a user