mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
26 lines
312 B
HTML
26 lines
312 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<a menu-toggle>
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
|
|
<h3>Page 3</h3>
|
|
|
|
<p>
|
|
<button menu-toggle>Toggle Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|