Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

92b2ee6 · Dec 19, 2024

History

History
12 lines (11 loc) · 311 Bytes
·

example_component_html.md

File metadata and controls

12 lines (11 loc) · 311 Bytes
·
<ion-card>
  <ion-card-header>
    <ion-card-title>Card Title</ion-card-title>
    <ion-card-subtitle>Card Subtitle</ion-card-subtitle>
  </ion-card-header>

  <ion-card-content>
    Here's a small text description for the card content. Nothing more, nothing less.
  </ion-card-content>
</ion-card>