mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Basic segment
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user