mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
75 lines
1.3 KiB
HTML
75 lines
1.3 KiB
HTML
|
|
<ion-toolbar>
|
|
<ion-title>Icons</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content>
|
|
|
|
<ion-list>
|
|
|
|
<ion-list-header>
|
|
Favorite Icons
|
|
</ion-list-header>
|
|
|
|
<ion-toggle>
|
|
<ion-icon name="wifi" item-left></ion-icon>
|
|
Wifi
|
|
</ion-toggle>
|
|
|
|
<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-toggle checked="true">
|
|
<ion-icon name="color-wand" item-left></ion-icon>
|
|
Magic
|
|
</ion-toggle>
|
|
|
|
<ion-item>
|
|
<ion-icon name="star" item-left></ion-icon>
|
|
Star status
|
|
<ion-note item-right>
|
|
Super
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="pizza" item-left></ion-icon>
|
|
Pizza
|
|
<ion-note item-right>
|
|
Always
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="beer" item-left></ion-icon>
|
|
Beer
|
|
<ion-note item-right>
|
|
Yes Plz
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="wine" item-left></ion-icon>
|
|
Wine
|
|
<ion-note item-right>
|
|
All the time
|
|
</ion-note>
|
|
</ion-item>
|
|
|
|
</ion-list>
|
|
|
|
</ion-content>
|