mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
36 lines
812 B
HTML
36 lines
812 B
HTML
|
|
<ion-navbar *navbar hideBackButton class="show-navbar android-attr">
|
|
<ion-title>Badge</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content>
|
|
|
|
<ion-card>
|
|
|
|
<img src="img/bjork-live.png"/>
|
|
|
|
<ion-card-content>
|
|
<h2 class="card-title">
|
|
Björk
|
|
</h2>
|
|
<p>
|
|
Björk first came to prominence as one of the lead vocalists of the avant pop Icelandic sextet the Sugarcubes, but when...
|
|
</p>
|
|
</ion-card-content>
|
|
|
|
<ion-item>
|
|
<ion-icon name="musical-notes" item-left style="color: #d03e84"></ion-icon>
|
|
Albums
|
|
<ion-badge item-right>9</ion-badge>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<ion-icon name="twitter-logo" item-left style="color: #55acee"></ion-icon>
|
|
Followers
|
|
<ion-badge item-right>260k</ion-badge>
|
|
</ion-item>
|
|
|
|
</ion-card>
|
|
|
|
</ion-content>
|