mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(segment): get segment button working with no values
This commit is contained in:
@ -44,6 +44,18 @@
|
||||
</ion-toolbar>
|
||||
|
||||
<div padding>
|
||||
<ion-segment>
|
||||
<ion-segment-button>Seg 1</ion-segment-button>
|
||||
<ion-segment-button>Seg 2</ion-segment-button>
|
||||
<ion-segment-button>Seg 3</ion-segment-button>
|
||||
</ion-segment>
|
||||
|
||||
<ion-segment disabled>
|
||||
<ion-segment-button>Seg 2 1</ion-segment-button>
|
||||
<ion-segment-button checked>Seg 2 2</ion-segment-button>
|
||||
<ion-segment-button>Seg 2 3</ion-segment-button>
|
||||
</ion-segment>
|
||||
|
||||
<ion-segment color="dark" value="Reading List">
|
||||
<ion-segment-button value="Bookmarks">
|
||||
<ion-icon name="book"></ion-icon>
|
||||
|
Reference in New Issue
Block a user