mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +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:
@ -12,10 +12,10 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>Button - Basic</ion-title>
|
||||
<ion-buttons slot="start">
|
||||
<ion-buttons slot="secondary">
|
||||
<ion-button>start btn</ion-button>
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="end">
|
||||
<ion-buttons slot="primary">
|
||||
<ion-button slot="icon-only">
|
||||
<ion-icon name="more"></ion-icon>
|
||||
</ion-button>
|
||||
|
||||
Reference in New Issue
Block a user