mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
46 lines
865 B
HTML
46 lines
865 B
HTML
|
|
<ion-navbar *navbar class="show-navbar">
|
|
<ion-title>Cards</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo">
|
|
|
|
<ion-card>
|
|
|
|
<div>
|
|
<img src="img/nin-live.png"/>
|
|
</div>
|
|
|
|
<ion-card-content>
|
|
<h2 class="card-title">
|
|
Nine Inch Nails Live
|
|
</h2>
|
|
<p>
|
|
The most popular industrial group ever, and largely responsible for bringing the music to a mass audience.
|
|
</p>
|
|
</ion-card-content>
|
|
|
|
<ion-item actions class="demo-card">
|
|
<button clear item-left danger>
|
|
<icon star></icon>
|
|
Favorite
|
|
</button>
|
|
<button clear item danger>
|
|
<icon musical-notes></icon>
|
|
Listen
|
|
</button>
|
|
<button clear item-right danger>
|
|
<icon share-alt></icon>
|
|
Share
|
|
</button>
|
|
</ion-item>
|
|
|
|
</ion-card>
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|