mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
446 B
HTML
15 lines
446 B
HTML
|
|
<ion-view nav-title="What we have here is an extremely long title that probably would not fit inside of a standard title block that is on top of the view and things.">
|
|
|
|
<ion-nav-items side="primary">
|
|
<button class="button">p1</button>
|
|
<button class="button">p2</button>
|
|
<button class="button">p3</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-nav-items side="secondary">
|
|
<button class="button">s1</button>
|
|
</ion-nav-items>
|
|
|
|
</ion-view>
|