mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): add advanced social card
This commit is contained in:
@ -7,10 +7,36 @@
|
|||||||
|
|
||||||
<ion-card>
|
<ion-card>
|
||||||
|
|
||||||
|
<ion-item>
|
||||||
|
<ion-avatar item-left>
|
||||||
|
<img src="img/marty-avatar.png">
|
||||||
|
</ion-avatar>
|
||||||
|
<h2>Marty McFly</h2>
|
||||||
|
<p>November 5, 1955</p>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
|
<img src="img/advance-card-bttf.png">
|
||||||
|
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
This is just your basic card with some text to boot. Like it? Keep scrolling...
|
<p>Wait a minute. Wait a minute, Doc. Uhhh... Are you telling me that you built a time machine... out of a DeLorean?! Whoa. This is heavy.</p>
|
||||||
</ion-card-content>
|
</ion-card-content>
|
||||||
|
|
||||||
|
<ion-item actions class="demo-card">
|
||||||
|
<button clear primary item-left>
|
||||||
|
<icon thumbs-up></icon>
|
||||||
|
<div style="color: #4b4b4b">12 Likes</div>
|
||||||
|
</button>
|
||||||
|
<button dark clear item-left>
|
||||||
|
<icon text></icon>
|
||||||
|
Comments
|
||||||
|
</button>
|
||||||
|
<button clear light item-left>
|
||||||
|
<icon dark text></icon>
|
||||||
|
11h ago
|
||||||
|
</button>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
|
|
||||||
</ion-card>
|
</ion-card>
|
||||||
|
|
||||||
|
|
||||||
|
BIN
demos/component-docs/img/advance-card-bttf.png
Normal file
BIN
demos/component-docs/img/advance-card-bttf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
BIN
demos/component-docs/img/marty-avatar.png
Normal file
BIN
demos/component-docs/img/marty-avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Reference in New Issue
Block a user