Skip to content

Instantly share code, notes, and snippets.

@acacha
Last active June 24, 2017 12:47
Show Gist options
  • Save acacha/c8f9c553ad535cb6a396a0bfecf501e6 to your computer and use it in GitHub Desktop.
Save acacha/c8f9c553ad535cb6a396a0bfecf501e6 to your computer and use it in GitHub Desktop.
<adminlte-vue-box id="default_box_with_custom_box_tools">
<template slot="box-tools">
<button type="button" class="btn btn-box-tool" ><i class="fa fa-cog"></i></button>
<button type="button" class="btn btn-box-tool" ><i class="fa fa-user"></i></button>
</template>
<span slot="title">Custom tool box!</span>
Custom tool box
</adminlte-vue-box>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment