mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
19 lines
378 B
HTML
19 lines
378 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 class="button">p1</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-nav-items side="secondary">
|
|
<button class="button">s1</button>
|
|
</ion-nav-items>
|
|
|
|
</ion-view>
|