Skip to content

Instantly share code, notes, and snippets.

@lreiner
Created March 28, 2020 15:33
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 lreiner/926cf3bbd2caf28bf98e794f2ea052d0 to your computer and use it in GitHub Desktop.
Save lreiner/926cf3bbd2caf28bf98e794f2ea052d0 to your computer and use it in GitHub Desktop.
<ion-tabs>
<ion-tab tabIcon="md-flame" [root]="tab1"></ion-tab>
<ion-tab tabIcon="md-search" [root]="tab2"></ion-tab>
<ion-tab tabIcon="md-add" [root]="tab3" class="custom-tab"></ion-tab>
<ion-tab tabIcon="md-notifications-outline" [root]="tab4" tabBadge="3"></ion-tab>
<ion-tab tabIcon="custom-profile" [root]="tab5"></ion-tab>
</ion-tabs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment