mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
36 lines
795 B
HTML
36 lines
795 B
HTML
|
|
<ion-navbar *navbar hide-back-button 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>
|
|
<icon musical-notes item-left style="color: #d03e84"></icon>
|
|
Albums
|
|
<ion-badge item-right>9</ion-badge>
|
|
</ion-item>
|
|
|
|
<ion-item>
|
|
<icon ion-social-twitter item-left style="color: #55acee"></icon>
|
|
Followers
|
|
<ion-badge item-right>260k</ion-badge>
|
|
</ion-item>
|
|
|
|
</ion-card>
|
|
|
|
</ion-content>
|