Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save samarthagarwal/d608741aa95fe00249812fd2998ecd34 to your computer and use it in GitHub Desktop.
<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