mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
10 lines
209 B
HTML
10 lines
209 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Action Sheet</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<ion-row>
|
|
<button full block (click)="present()">Open Action Sheet</button>
|
|
</ion-row>
|
|
<ion-content>
|