mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
30 lines
624 B
HTML
30 lines
624 B
HTML
<ion-content class="padding">
|
|
|
|
<ion-segment>
|
|
<ion-segment-button value="standard" ion-button>
|
|
Standard
|
|
</ion-segment-button>
|
|
<ion-segment-button value="hybrid" ion-button>
|
|
Hybrid
|
|
</ion-segment-button>
|
|
<ion-segment-button value="sat" ion-button>
|
|
Satellite
|
|
</ion-segment-button>
|
|
<!--
|
|
<button ion-button class="active" [segment-value]="standard">
|
|
Standard
|
|
</button>
|
|
|
|
<button ion-button [segment-value]="hybrid">
|
|
Hybrid
|
|
</button>
|
|
|
|
<button #sat ion-button [segment-value]="sat">
|
|
Satellite
|
|
</button>
|
|
-->
|
|
|
|
</ion-segment>
|
|
|
|
</ion-content>
|