mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(demos): update icons to use name attr
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon planet item-left></ion-icon>
|
||||
<ion-icon name='planet' item-left></ion-icon>
|
||||
Astronomy
|
||||
<ion-note item-right>
|
||||
To the moon
|
||||
@ -19,18 +19,18 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-toggle checked="false">
|
||||
<ion-icon body item-left></ion-icon>
|
||||
<ion-icon name='body' item-left></ion-icon>
|
||||
Muggle Studies
|
||||
</ion-toggle>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon leaf item-left></ion-icon>
|
||||
<ion-icon name='leaf' item-left></ion-icon>
|
||||
Herbology
|
||||
<ion-icon rose item-right id="secondary"></ion-icon>
|
||||
<ion-icon name='rose' item-right id="secondary"></ion-icon>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon flask item-left></ion-icon>
|
||||
<ion-icon name='flask' item-left></ion-icon>
|
||||
Potions
|
||||
<ion-note item-right>
|
||||
Poisonous
|
||||
@ -50,17 +50,17 @@
|
||||
|
||||
<ion-item>
|
||||
Incantation
|
||||
<ion-icon color-wand item-left></ion-icon>
|
||||
<ion-icon name='color-wand' item-left></ion-icon>
|
||||
<ion-note item-right>Crucio!</ion-note>
|
||||
</ion-item>
|
||||
|
||||
<ion-toggle checked="true">
|
||||
<ion-icon brush item-left></ion-icon>
|
||||
<ion-icon name='brush' item-left></ion-icon>
|
||||
Quidditch Practice
|
||||
</ion-toggle>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon wine item-left></ion-icon>
|
||||
<ion-icon name='wine' item-left></ion-icon>
|
||||
Mead Drinking
|
||||
<ion-note item-right>Yes please</ion-note>
|
||||
</ion-item>
|
||||
@ -75,19 +75,19 @@
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon flash item-left></ion-icon>
|
||||
<ion-icon name='flash' item-left></ion-icon>
|
||||
Harry
|
||||
<ion-note item-right>The boy who lived</ion-note>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon book item-left></ion-icon>
|
||||
<ion-icon name='book' item-left></ion-icon>
|
||||
Hermoine
|
||||
<ion-note item-right>Muggle-born</ion-note>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-icon beer item-left></ion-icon>
|
||||
<ion-icon name='beer' item-left></ion-icon>
|
||||
Ron
|
||||
<ion-note item-right>Brilliant!</ion-note>
|
||||
</ion-item>
|
||||
|
Reference in New Issue
Block a user