mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
test(button): update tests for button block to use expand
This commit is contained in:
@ -80,10 +80,10 @@
|
||||
</div>
|
||||
|
||||
<div padding-horizontal>
|
||||
<ion-button block onClick="toggleDisabled()">Toggle Disabled</ion-button>
|
||||
<ion-button expand="block" onClick="toggleDisabled()">Toggle Disabled</ion-button>
|
||||
</div>
|
||||
<div padding>
|
||||
<ion-button block color="secondary" onClick="toggleValue()">Toggle Value</ion-button>
|
||||
<ion-button expand="block" color="secondary" onClick="toggleValue()">Toggle Value</ion-button>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user