卡片是显示重要内容的绝佳方式,并且很快成为应用程序的核心设计模式。它们是包含和组织信息的好方法,同时也为用户设置了可预测的期望。由于有大量内容可以同时显示,而且屏幕空间通常很少,因此很快就会成为许多公司选择的设计模式。

例。

<ion-card>
  <ion-card-header>
        Header
  </ion-card-header>
  <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>