Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Created April 25, 2019 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisgriffith/6f14b32a384d154c264724788b9ee309 to your computer and use it in GitHub Desktop.
Save chrisgriffith/6f14b32a384d154c264724788b9ee309 to your computer and use it in GitHub Desktop.
Ionic Design: Profile - Step 1
<ion-header translucent no-border>
<ion-toolbar>
<ion-buttons slot="start">
<ion-button color="light">
<ion-icon slot="start" name="ios-arrow-back"></ion-icon>
Favorites
</ion-button>
</ion-buttons>
<ion-title>&nbsp;</ion-title>
<ion-buttons slot="end">
<ion-button>
<ion-icon slot="icon-only" src="../../assets/checkmark-filled.svg"></ion-icon>
</ion-button>
</ion-buttons>
</ion-toolbar>
</ion-header>
<ion-content fullscreen="true" slot="fixed" >
<div class="ion-padding">
The world is your oyster.
<p>If you get lost, the <a target="_blank" rel="noopener" href="https://ionicframework.com/docs/">docs</a> will be your guide.</p>
</div>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment