Last active
August 10, 2018 11:18
-
-
Save samarthagarwal/a535eef0870e0db84cb0c7899423464a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-card> | |
| <ion-item class="activated"> | |
| <ion-icon name="wifi" slot="start"></ion-icon> | |
| <ion-label>Card Link Item 1 .activated</ion-label> | |
| </ion-item> | |
| <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