Cards

Cards是一个css组件

Card的组成

就像一个普通的页面一样,cards拥有一个头部和内容。

  1. <ion-card>
  2. <ion-card-header>
  3. Header
  4. </ion-card-header>
  5. <img src="img/nin-live.png"/>
  6. <ion-card-content>
  7. The British use the term "header", but the American term "head-shot" the English simply refuse to adopt.
  8. </ion-card-content>
  9. </ion-card>