Last active
August 10, 2018 10:16
-
-
Save samarthagarwal/999a0ccd093fe0170b28ad801c341ae5 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-button> | |
| <ion-icon slot="start" name="star"></ion-icon> | |
| Left Icon | |
| </ion-button> | |
| <ion-button> | |
| Right Icon | |
| <ion-icon slot="end" name="star"></ion-icon> | |
| </ion-button> | |
| <ion-button> | |
| <ion-icon slot="icon-only" name="star"></ion-icon> | |
| </ion-button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment