mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
22 lines
318 B
HTML
22 lines
318 B
HTML
|
|
<ion-navbar *navbar class="show-navbar">
|
|
<ion-title>Basic Cards</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo">
|
|
|
|
<ion-card>
|
|
|
|
<ion-card-content>
|
|
This is just your basic card with some text to boot. Like it? Keep scrolling...
|
|
</ion-card-content>
|
|
|
|
</ion-card>
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|