mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
9 lines
252 B
HTML
9 lines
252 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Action Sheet</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content>
|
|
<button block (click)="present()">Basic Action Sheet</button>
|
|
<button block secondary (click)="present()">Custom Animation Action Sheet</button>
|
|
</ion-content>
|