mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
31 lines
532 B
HTML
31 lines
532 B
HTML
<ion-view view-title="!attr Title!">
|
|
|
|
<ion-view-title>
|
|
!ele Title!
|
|
</ion-view-title>
|
|
|
|
<ion-nav-items side="primary">
|
|
<button>
|
|
<icon home></icon>
|
|
</button>
|
|
<button>p2</button>
|
|
<button>p3</button>
|
|
<button>p4</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-nav-items side="secondary">
|
|
<button>s1</button>
|
|
<button>s2</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-content class="padding">
|
|
|
|
<button class="button button-positive">
|
|
<icon home></icon>
|
|
Home
|
|
</button>
|
|
|
|
</ion-content>
|
|
|
|
</ion-view>
|