mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
44 lines
769 B
HTML
44 lines
769 B
HTML
|
|
<ion-toolbar><ion-title>Basic Cards</ion-title></ion-toolbar>
|
|
|
|
|
|
<ion-card>
|
|
|
|
<ion-card-header>
|
|
Card Header
|
|
</ion-card-header>
|
|
|
|
<ion-card-content>
|
|
Keep close to Nature's heart... and break clear away, once in awhile,
|
|
and climb a mountain or spend a week in the woods. Wash your spirit clean.
|
|
</ion-card-content>
|
|
|
|
</ion-card>
|
|
|
|
|
|
<ion-card>
|
|
|
|
<div class="item">
|
|
<icon name="ion-location"></icon>
|
|
<ion-item-content>
|
|
All Out Card
|
|
</ion-item-content>
|
|
<button outline>View</button>
|
|
</div>
|
|
|
|
<ion-card-content>
|
|
This is a multiline content within a card that should
|
|
take up multiple lines and stuff.
|
|
</ion-card-content>
|
|
|
|
</ion-card>
|
|
|
|
|
|
<ion-card>
|
|
|
|
<ion-card-content>
|
|
Card, no header
|
|
</ion-card-content>
|
|
|
|
</ion-card>
|