{% extends "adminlte/demo/base.html" %} {% load static %} {% block title %}AdminLTE 3 | Buttons{% endblock title %} {% block content_header_title %}Buttons{% endblock content_header_title %} {% block content_header_path %} {% endblock content_header_path %} {% block content %}

Buttons

Various types of buttons. Using the base class .btn

Normal Large .btn-lg Small .btn-sm Extra Small .btn-xs Flat .btn-flat Disabled .disabled

Outline Buttons

Various types of buttons. Using the base class .btn

Normal Large .btn-lg Small .btn-sm Extra Small .btn-xs Flat .btn-flat Disabled .disabled

Gradient Buttons (bg-gradient-*)

Various types of buttons. Using the base class .btn

Normal Large .btn-lg Small .btn-sm Extra Small .btn-xs Flat .btn-flat Disabled .disabled

Block Buttons

Horizontal Button Group

Horizontal button groups are easy to create with bootstrap. Just add your buttons inside <div class="btn-group"></div>

Button Icons Flat Dropdown

Appended Buttons

With dropdown Normal
Flat

Application Buttons

Vertical Button Group

Vertical button groups are easy to create with bootstrap. Just add your buttons inside <div class="btn-group-vertical"></div>

Button Icons Flat Dropdown

Radio Button Group

Radio Button Group with .btn-secondary

Radio Button Group with .bg-olive

{% endblock content %} {% block footer %}
Version 3.0.5
Copyright © 2014-2019 AdminLTE.io. All rights reserved. {% endblock footer %} {% block js_xtra %} {% endblock js_xtra %}