mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
10 lines
206 B
HTML
10 lines
206 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Action Sheet</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<ion-row>
|
|
<button full block (click)="open()">Open Action Sheet</button>
|
|
</ion-row>
|
|
<ion-content>
|