mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
65 lines
900 B
HTML
65 lines
900 B
HTML
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
|
|
<ion-title>
|
|
Switch
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content>
|
|
|
|
<ion-list>
|
|
<ion-switch value="foo" checked="true">
|
|
Frodo Baggins
|
|
</ion-switch>
|
|
|
|
<ion-switch energized>
|
|
Sam
|
|
</ion-switch>
|
|
|
|
<ion-switch danger checked="true">
|
|
Éowyn
|
|
</ion-switch>
|
|
|
|
<ion-switch royal checked="true">
|
|
Legolas
|
|
</ion-switch>
|
|
|
|
<ion-switch danger>
|
|
Gimli
|
|
</ion-switch>
|
|
|
|
<ion-switch dark checked="true">
|
|
Saruman
|
|
</ion-switch>
|
|
|
|
<ion-switch energized checked="true">
|
|
Gandalf
|
|
</ion-switch>
|
|
|
|
<ion-switch royal>
|
|
Arwen
|
|
</ion-switch>
|
|
|
|
<ion-switch secondary checked="true">
|
|
Treebeard
|
|
</ion-switch>
|
|
|
|
<ion-switch royal>
|
|
Boromir
|
|
</ion-switch>
|
|
|
|
<ion-switch dark checked="true">
|
|
Gollum
|
|
</ion-switch>
|
|
|
|
<ion-switch energized>
|
|
Galadriel
|
|
</ion-switch>
|
|
|
|
|
|
</ion-list>
|
|
|
|
</ion-content>
|