mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
15 lines
205 B
HTML
15 lines
205 B
HTML
<ion-header>
|
|
|
|
<ion-navbar>
|
|
<ion-title>Action Sheet</ion-title>
|
|
</ion-navbar>
|
|
|
|
</ion-header>
|
|
|
|
|
|
<ion-content padding>
|
|
|
|
<button block (click)="present()">Basic Action Sheet</button>
|
|
|
|
</ion-content>
|