mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
265 B
HTML
10 lines
265 B
HTML
<ion-navbar *navbar class="android-attr">
|
|
<ion-title>Action Sheet</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding class="has-header components-demo">
|
|
<button block (click)="openMenu()" class="android-attr">
|
|
Show Actionsheet
|
|
</button>
|
|
</ion-content>
|