mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
38 lines
569 B
HTML
38 lines
569 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<a menu-toggle id="e2eHeaderToggleMenu">
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
<ion-nav-items secondary>
|
|
<button>
|
|
<icon football></icon>
|
|
</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-nav-items primary>
|
|
<button>
|
|
<icon baseball></icon>
|
|
</button>
|
|
</ion-nav-items>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
|
|
<h3>Page 1</h3>
|
|
|
|
<p>
|
|
<button id="e2eContentToggleMenu" menu-toggle>Toggle Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|