mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
84 lines
1.3 KiB
HTML
84 lines
1.3 KiB
HTML
|
|
<ion-navbar *navbar class="show-navbar">
|
|
|
|
<a menu-toggle="leftMenu">
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Basic List
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content class="outer-content">
|
|
|
|
<ion-list>
|
|
|
|
<ion-list-header>
|
|
List Header
|
|
</ion-list-header>
|
|
|
|
<ion-switch>
|
|
<icon wifi item-left></icon>
|
|
Wifi
|
|
</ion-switch>
|
|
|
|
<ion-item>
|
|
<icon heart item-left></icon>
|
|
Affection
|
|
<ion-note item-right>
|
|
Very Little
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<icon home item-left></icon>
|
|
Home
|
|
<ion-note item-right>
|
|
Where the heart is
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-switch checked="true">
|
|
<icon color-wand item-left></icon>
|
|
Magic
|
|
</ion-switch>
|
|
|
|
<ion-item>
|
|
<icon star item-left></icon>
|
|
Star status
|
|
<ion-note item-right>
|
|
Super
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<icon pizza item-left></icon>
|
|
Pizza
|
|
<ion-note item-right>
|
|
Always
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<icon beer item-left></icon>
|
|
Beer
|
|
<ion-note item-right>
|
|
Yes Plz
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<icon wine item-left></icon>
|
|
Wine
|
|
<ion-note item-right>
|
|
All the time
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
</ion-list>
|
|
|
|
|
|
</ion-content>
|