mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
ion-cart-content
This commit is contained in:
@ -9,19 +9,15 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="item item-text-wrap">
|
||||
<ion-item-content>
|
||||
|
||||
<h2 class="card-title">
|
||||
Card Title Goes Here
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Keep close to Nature's heart... and break clear away,
|
||||
once in awhile, and climb a mountain. I am within a paragraph element.
|
||||
</p>
|
||||
</ion-item-content>
|
||||
</div>
|
||||
<ion-card-content>
|
||||
<h2 class="card-title">
|
||||
Card Title Goes Here
|
||||
</h2>
|
||||
<p>
|
||||
Keep close to Nature's heart... and break clear away,
|
||||
once in awhile, and climb a mountain. I am within a paragraph element.
|
||||
</p>
|
||||
</ion-card-content>
|
||||
|
||||
<ion-item actions>
|
||||
<button clear item-left>
|
||||
@ -53,11 +49,9 @@
|
||||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAAAAAAALAAAAAABAAEAAAICTAEAOw==">
|
||||
</div>
|
||||
|
||||
<div class="item item-text-wrap">
|
||||
<ion-item-content>
|
||||
Hello. I am a one liner, not a paragraph.
|
||||
</ion-item-content>
|
||||
</div>
|
||||
<ion-card-content>
|
||||
<p>Hello. I am a paragraph.</p>
|
||||
</ion-card-content>
|
||||
|
||||
</ion-card>
|
||||
|
||||
|
Reference in New Issue
Block a user