mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): add mario map card
This commit is contained in:
@ -35,6 +35,36 @@
|
||||
|
||||
</ion-card>
|
||||
|
||||
<ion-card class="adv-map">
|
||||
<div>
|
||||
<img src="img/advance-card-map-mario.png">
|
||||
</div>
|
||||
<ion-item>
|
||||
<ion-avatar item-left class="icon-avatar">
|
||||
<icon cloud></icon>
|
||||
</ion-avatar>
|
||||
<h2>Yoshi's Island</h2>
|
||||
<p>Iggy Koopa</p>
|
||||
</ion-item>
|
||||
<ion-item>
|
||||
<ion-avatar item-left class="icon-avatar">
|
||||
<icon leaf></icon>
|
||||
</ion-avatar>
|
||||
<h2>Forest of Illusion</h2>
|
||||
<p>Roy Koopa</p>
|
||||
</ion-item>
|
||||
<ion-item actions>
|
||||
<span item-left class="item-bold">3hr</span>
|
||||
<span item-left class="item-subtle">4.8m</span>
|
||||
<span item-left class="item-subtle">6:20PM</span>
|
||||
<button primary clear item-right>
|
||||
<icon navigate></icon>
|
||||
Start
|
||||
</button>
|
||||
</ion-item>
|
||||
|
||||
</ion-card>
|
||||
|
||||
|
||||
</ion-content>
|
||||
|
||||
|
BIN
demos/component-docs/img/advance-card-map-mario.png
Normal file
BIN
demos/component-docs/img/advance-card-map-mario.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
Reference in New Issue
Block a user