Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active August 10, 2018 11:21
Show Gist options
  • Select an option

  • Save samarthagarwal/f57b13e57f3f764fed2d7cbf6c4b38bb to your computer and use it in GitHub Desktop.

Select an option

Save samarthagarwal/f57b13e57f3f764fed2d7cbf6c4b38bb to your computer and use it in GitHub Desktop.
<ion-card>
<img src="https://unsplash.it/600/400">
<ion-card-header>
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
<ion-card-title>Card Title</ion-card-title>
</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-item>
<ion-icon name="wine" slot="start"></ion-icon>
<ion-label>Card Link Item 2</ion-label>
</ion-item>
<ion-item class="activated">
<ion-icon name="warning" slot="start"></ion-icon>
<ion-label>Card Button Item 1 .activated</ion-label>
</ion-item>
<ion-item>
<ion-icon name="walk" slot="start"></ion-icon>
<ion-label>Card Button Item 2</ion-label>
</ion-item>
</ion-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment