卡片是顯示重要內容的絕佳方式,並且很快成為應用程式的核心設計模式。它們是包含和組織資訊的好方法,同時也為使用者設定了可預測的期望。由於有大量內容可以同時顯示,而且螢幕空間通常很少,因此很快就會成為許多公司選擇的設計模式。

例。

<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>