Skip to content

Instantly share code, notes, and snippets.

@mtt87
Created May 17, 2016 22:23
Show Gist options
  • Save mtt87/9111b9ba5203ac651a3530a0b099ddaa to your computer and use it in GitHub Desktop.
Save mtt87/9111b9ba5203ac651a3530a0b099ddaa to your computer and use it in GitHub Desktop.
<spinner>
<div class=”has-text-centered”>
<span class=”fa fa-cog fa-spin spinner”></span>
</div>
<script>
this.on(‘data-loaded’, function(){
this.unmount();
});
</script>
</spinner>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment