mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(demos): update item sliding to use primary option and add another login
references driftyco/ionic-site#397
This commit is contained in:
@ -102,7 +102,7 @@
|
|||||||
<p>admin</p>
|
<p>admin</p>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-item-options>
|
<ion-item-options>
|
||||||
<button dark>
|
<button>
|
||||||
edit
|
edit
|
||||||
</button>
|
</button>
|
||||||
<button danger>
|
<button danger>
|
||||||
@ -118,7 +118,7 @@
|
|||||||
<p>admin37</p>
|
<p>admin37</p>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-item-options>
|
<ion-item-options>
|
||||||
<button dark>
|
<button>
|
||||||
edit
|
edit
|
||||||
</button>
|
</button>
|
||||||
<button danger>
|
<button danger>
|
||||||
@ -134,7 +134,23 @@
|
|||||||
<p>imanadmin</p>
|
<p>imanadmin</p>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-item-options>
|
<ion-item-options>
|
||||||
<button dark>
|
<button>
|
||||||
|
edit
|
||||||
|
</button>
|
||||||
|
<button danger>
|
||||||
|
<ion-icon name="trash"></ion-icon>
|
||||||
|
</button>
|
||||||
|
</ion-item-options>
|
||||||
|
</ion-item-sliding>
|
||||||
|
|
||||||
|
<ion-item-sliding>
|
||||||
|
<ion-item>
|
||||||
|
<ion-icon name="logo-codepen" item-left dark></ion-icon>
|
||||||
|
<h2>Codepen</h2>
|
||||||
|
<p>administrator</p>
|
||||||
|
</ion-item>
|
||||||
|
<ion-item-options>
|
||||||
|
<button>
|
||||||
edit
|
edit
|
||||||
</button>
|
</button>
|
||||||
<button danger>
|
<button danger>
|
||||||
|
Reference in New Issue
Block a user