mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
14 lines
251 B
HTML
14 lines
251 B
HTML
<ion-content class="padding">
|
|
<ion-segment>
|
|
<button ion-button class="active">
|
|
Standard
|
|
</button>
|
|
<button ion-button>
|
|
Hybrid
|
|
</button>
|
|
<button ion-button>
|
|
Satellite
|
|
</button>
|
|
</ion-segment>
|
|
</ion-content>
|