mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(demos): make each actionSheet section a module
This commit is contained in:
9
demos/component-docs/action-sheets/basic/basic.html
Normal file
9
demos/component-docs/action-sheets/basic/basic.html
Normal file
@ -0,0 +1,9 @@
|
||||
<ion-navbar *navbar hide-back-button 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>
|
Reference in New Issue
Block a user