mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
test(segment): add example of light segment in primary toolbar
This commit is contained in:
@ -72,6 +72,17 @@
|
|||||||
</ion-segment>
|
</ion-segment>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|
||||||
|
<ion-toolbar color="primary">
|
||||||
|
<ion-segment color="light">
|
||||||
|
<ion-segment-button value="sunny">
|
||||||
|
Sunny
|
||||||
|
</ion-segment-button>
|
||||||
|
<ion-segment-button value="rainy" checked>
|
||||||
|
Rainy
|
||||||
|
</ion-segment-button>
|
||||||
|
</ion-segment>
|
||||||
|
</ion-toolbar>
|
||||||
|
|
||||||
<div padding>
|
<div padding>
|
||||||
<ion-segment>
|
<ion-segment>
|
||||||
<ion-segment-button>Seg 1</ion-segment-button>
|
<ion-segment-button>Seg 1</ion-segment-button>
|
||||||
|
Reference in New Issue
Block a user