mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
107 lines
2.0 KiB
HTML
107 lines
2.0 KiB
HTML
|
|
<ion-toolbar><ion-title>List Cards</ion-title></ion-toolbar>
|
|
|
|
<ion-content class="outer-content">
|
|
|
|
<ion-card>
|
|
|
|
<ion-list>
|
|
|
|
<ion-list-header>
|
|
Card List
|
|
</ion-list-header>
|
|
|
|
<ion-item>
|
|
<ion-icon name="wifi" item-left></ion-icon>
|
|
<ion-label>Wifi</ion-label>
|
|
<ion-toggle></ion-toggle>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="heart" item-left></ion-icon>
|
|
Affection
|
|
<ion-note item-right>
|
|
Very Little
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="home" item-left></ion-icon>
|
|
Home
|
|
<ion-note item-right>
|
|
Where the heart is
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
</ion-list>
|
|
|
|
</ion-card>
|
|
|
|
<ion-card>
|
|
|
|
<ion-list no-lines>
|
|
|
|
<ion-list-header>
|
|
Card List Without Lines
|
|
</ion-list-header>
|
|
|
|
<ion-item>
|
|
<ion-icon name="wifi" item-left></ion-icon>
|
|
<ion-label>Wifi</ion-label>
|
|
<ion-toggle></ion-toggle>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="heart" item-left></ion-icon>
|
|
Affection
|
|
<ion-note item-right>
|
|
Very Little
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="home" item-left></ion-icon>
|
|
Home
|
|
<ion-note item-right>
|
|
Where the heart is
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
</ion-list>
|
|
|
|
</ion-card>
|
|
|
|
<ion-card>
|
|
|
|
<ion-card-header>
|
|
Card With Items (No List)
|
|
</ion-card-header>
|
|
|
|
<ion-item>
|
|
<ion-icon name="wifi" item-left></ion-icon>
|
|
<ion-label>Wifi</ion-label>
|
|
<ion-toggle></ion-toggle>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="heart" item-left></ion-icon>
|
|
Affection
|
|
<ion-note item-right>
|
|
Very Little
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="home" item-left></ion-icon>
|
|
Home
|
|
<ion-note item-right>
|
|
Where the heart is
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
|
|
</ion-card>
|
|
|
|
|
|
</ion-content>
|