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