mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
23 lines
261 B
HTML
23 lines
261 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<button menu-toggle>
|
|
<icon menu></icon>
|
|
</button>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content #content padding>
|
|
|
|
<h3>Page 2</h3>
|
|
|
|
<p>
|
|
<button menu-toggle>Toggle Menu</button>
|
|
</p>
|
|
|
|
</ion-content>
|