mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
26 lines
347 B
HTML
26 lines
347 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
<button menuToggle="rightMenu" right>
|
|
<icon menu></icon>
|
|
</button>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content padding>
|
|
|
|
<h3>Page 3</h3>
|
|
|
|
<p>
|
|
<button menuToggle="rightMenu">Toggle Right Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|