mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
32 lines
499 B
HTML
32 lines
499 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<button menuToggle>
|
|
<ion-icon name="menu"></ion-icon>
|
|
</button>
|
|
|
|
<ion-title>
|
|
Reveal Menu
|
|
</ion-title>
|
|
|
|
<button menuToggle="right" end>
|
|
<ion-icon name="menu"></ion-icon>
|
|
</button>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
|
|
<p>
|
|
<button menuToggle>Toggle Left Reveal Menu</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button menuToggle="right">Toggle Right Reveal Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|