Skip to content

Instantly share code, notes, and snippets.

@codef0rmer
Created February 26, 2019 18:01
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 codef0rmer/6088ef3e8131ebfdb95c50e23a0f06e8 to your computer and use it in GitHub Desktop.
Save codef0rmer/6088ef3e8131ebfdb95c50e23a0f06e8 to your computer and use it in GitHub Desktop.
<app-toolbar-legends class="btn-toolbar-success" icon="fa-bitcoin" [toolbarConfig]="{position: 'right'}">
<div class="toolbar-icons hidden">
<a href="#"><i class="fa fa-bitcoin"></i></a>
<a href="#"><i class="fa fa-eur"></i></a>
<a href="#"><i class="fa fa-cny"></i></a>
</div>
</app-toolbar-legends>
<app-toolbar-legends class="btn-toolbar-dark" icon="fa-apple" [toolbarConfig]="{position: 'right', style: 'primary', animation: 'flip'}">
<div class="toolbar-icons hidden">
<a href="#"><i class="fa fa-android"></i></a>
<a href="#"><i class="fa fa-apple"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</app-toolbar-legends>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment