mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -17,6 +17,10 @@
|
||||
a[ion-item].activated
|
||||
</a>
|
||||
|
||||
<a ion-item color="secondary" href="#" (click)="testClick($event)">
|
||||
a[ion-item] secondary
|
||||
</a>
|
||||
|
||||
<button ion-item (click)="testClick($event)">
|
||||
button[ion-item]
|
||||
</button>
|
||||
@@ -25,6 +29,10 @@
|
||||
button[ion-item].activated
|
||||
</button>
|
||||
|
||||
<button ion-item color="danger" (click)="testClick($event)">
|
||||
button[ion-item] danger
|
||||
</button>
|
||||
|
||||
<ion-item>
|
||||
<button ion-button item-left (click)="testClick($event)">Default</button>
|
||||
Inner Buttons
|
||||
|
||||
Reference in New Issue
Block a user