Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 448 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 448 Bytes

Cards是一个css组件

Card的组成

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

<ion-card>
  <ion-card-header>
    Header
  </ion-card-header>

  <img src="img/nin-live.png"/>

  <ion-card-content>
    The British use the term "header", but the American term "head-shot" the English simply refuse to adopt.
  </ion-card-content>
</ion-card>