mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
32 lines
532 B
HTML
32 lines
532 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<button menuToggle="myMenuId">
|
|
<ion-icon name="menu"></ion-icon>
|
|
</button>
|
|
|
|
<ion-title>
|
|
Overlay Menu
|
|
</ion-title>
|
|
|
|
<button menuToggle="myMenuId2" end>
|
|
<ion-icon name="menu"></ion-icon>
|
|
</button>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
|
|
<p>
|
|
<button menuToggle="myMenuId">Toggle Left Overlay Menu</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button menuToggle="myMenuId2">Toggle Right Overlay Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|