mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
84 lines
1.3 KiB
HTML
84 lines
1.3 KiB
HTML
|
|
<ion-navbar *navbar class="show-navbar">
|
|
|
|
<button menu-toggle="leftMenu">
|
|
<icon menu></icon>
|
|
</button>
|
|
|
|
<ion-title>
|
|
Basic List
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content class="outer-content">
|
|
|
|
<ion-list>
|
|
|
|
<ion-list-header>
|
|
List Header
|
|
</ion-list-header>
|
|
|
|
<ion-toggle>
|
|
<icon wifi item-left></icon>
|
|
Wifi
|
|
</ion-toggle>
|
|
|
|
<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-toggle checked="true">
|
|
<icon color-wand item-left></icon>
|
|
Magic
|
|
</ion-toggle>
|
|
|
|
<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>
|