mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
19 lines
348 B
HTML
19 lines
348 B
HTML
|
|
<ion-view>
|
|
|
|
<ion-nav-title>
|
|
<span style="color:red">Awesome</span>
|
|
<strong style="color:green">HTML</strong>
|
|
<em style="color:purple">Title</em>
|
|
</ion-nav-title>
|
|
|
|
<ion-nav-items side="primary">
|
|
<button>p1</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-nav-items side="secondary">
|
|
<button>s1</button>
|
|
</ion-nav-items>
|
|
|
|
</ion-view>
|