mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
refactor(toolbar): rename the slots to match other component behavior
`left` -> `start` `right` -> `end` `start` -> `secondary` `end` -> `primary`
This commit is contained in:
@ -32,10 +32,10 @@
|
||||
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-buttons slot="secondary">
|
||||
<ion-button onclick="slidePrev()">Prev</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="end">
|
||||
<ion-buttons slot="primary">
|
||||
<ion-button onclick="slideNext()">Next</ion-button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
Reference in New Issue
Block a user