mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
inset lists, card updates
This commit is contained in:
@@ -3,17 +3,21 @@
|
||||
|
||||
|
||||
<ion-card>
|
||||
<div class="card-header">
|
||||
|
||||
<ion-header>
|
||||
Card Header
|
||||
</div>
|
||||
</ion-header>
|
||||
|
||||
<div class="item item-text-wrap">
|
||||
<div class="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>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
|
||||
<ion-footer>
|
||||
Card Footer
|
||||
</div>
|
||||
</ion-footer>
|
||||
|
||||
</ion-card>
|
||||
|
||||
|
||||
@@ -49,8 +53,19 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-footer">
|
||||
<ion-footer>
|
||||
Card Footer
|
||||
</ion-footer>
|
||||
|
||||
</ion-card>
|
||||
|
||||
|
||||
<ion-card>
|
||||
|
||||
<div class="item">
|
||||
<div class="item-content">
|
||||
Card, no header or footer
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</ion-card>
|
||||
|
||||
Reference in New Issue
Block a user