mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
17 lines
223 B
HTML
17 lines
223 B
HTML
<ion-navbar *navbar>
|
|
|
|
<a menu-toggle>
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Menus
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
<button block menu-toggle>Toggle Menu</button>
|
|
</ion-content>
|