mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
26 lines
418 B
HTML
26 lines
418 B
HTML
|
|
<ion-navbar *navbar class="show-navbar android-attr">
|
|
<ion-title>Card Headers</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo cards-bg">
|
|
|
|
<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>
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|