Skip to content

Commit

Permalink
test(segment): add example of light segment in primary toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jul 25, 2018
1 parent 5677daa commit be048bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/src/components/segment/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@
</ion-segment>
</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>
<ion-segment>
<ion-segment-button>Seg 1</ion-segment-button>
Expand Down

0 comments on commit be048bd

Please sign in to comment.