Skip to content

Instantly share code, notes, and snippets.

@acacha
Last active June 15, 2017 10:25
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 acacha/5b648603b1eb3044d1ead6bb86a3930b to your computer and use it in GitHub Desktop.
Save acacha/5b648603b1eb3044d1ead6bb86a3930b to your computer and use it in GitHub Desktop.
AdminLTE widget/box example
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Removable</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<div class="box-body">
The body of the box
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment