Last active
August 10, 2018 10:34
-
-
Save samarthagarwal/d608741aa95fe00249812fd2998ecd34 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-header> | |
| <ion-toolbar color="primary"> | |
| <ion-buttons slot="start"> | |
| <ion-button> | |
| <ion-icon slot="icon-only" name="menu"></ion-icon> | |
| </ion-button> | |
| </ion-buttons> | |
| <ion-title> | |
| Ionic Blank | |
| </ion-title> | |
| <ion-buttons slot="end"> | |
| <ion-button> | |
| <ion-icon slot="icon-only" name="more"></ion-icon> | |
| </ion-button> | |
| </ion-buttons> | |
| </ion-toolbar> | |
| </ion-header> | |
| <ion-content padding> | |
| </ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment