mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
feat(item): deprecate item-left / item-right attributes for item-start / item-end (#11125)
item-start and item-end make more sense for RTL * refactor(item): replaced item-left with item-start replaced item-right with item-end * style(item): fix spacing * fix(item): add backwards support for left/right in ng-content * fix(item): deprecated old variables, not breaking change * fix(scss): fix variable name * fix(item): old attributes deprecated support
This commit is contained in:

committed by
Brandy Carney

parent
6d11499417
commit
26c653e43e
@ -128,7 +128,7 @@ import { VirtualHeader } from './virtual-header';
|
||||
* <ion-list [virtualScroll]="items">
|
||||
*
|
||||
* <ion-item *virtualItem="let item">
|
||||
* <ion-avatar item-left>
|
||||
* <ion-avatar item-start>
|
||||
* <ion-img [src]="item.avatarUrl"></ion-img>
|
||||
* </ion-avatar>
|
||||
* {% raw %} {{ item.firstName }} {{ item.lastName }}{% endraw %}
|
||||
|
Reference in New Issue
Block a user