mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(item-sliding): update the readme and add angular usage
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
```html
|
||||
<ion-item-sliding>
|
||||
<ion-item>
|
||||
Item 1
|
||||
</ion-item>
|
||||
<ion-item-options side="end" (ionSwipe)="saveItem(item)">
|
||||
<ion-item-option expandable (click)="saveItem(item)">
|
||||
<ion-icon name="star"></ion-icon>
|
||||
</ion-item-option>
|
||||
</ion-item-options>
|
||||
</ion-item-sliding>
|
||||
```
|
Reference in New Issue
Block a user