{% extends "layouts/base.html" %} {% block title %} UI Buttons {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Buttons Basic Buttons Default Bootstrap buttons style. Primary Secondary Success Danger Warning Info Primary Secondary Success Danger Warning Info Rounded Buttons Rounded Bootstrap buttons. Primary Secondary Success Danger Warning Info Primary Secondary Success Danger Warning Info Outline Buttons Buttons without background color. Primary Secondary Success Danger Warning Info Primary Secondary Success Danger Warning Info Square Buttons Buttons without border radius. Primary Secondary Success Danger Warning Info Primary Secondary Success Danger Warning Info Icon Buttons Default Bootstrap buttons with icons. Primary Secondary Success Danger Warning Info Button Sizes Fancy larger or smaller buttons. Small Medium Large Small Medium Large Button Dropdown Dropdowns styles with buttons. Primary Action Another action Something else here Separated link Secondary Action Another action Something else here Separated link Success Action Another action Something else here Separated link Danger Action Another action Something else here Separated link Warning Action Another action Something else here Separated link Info Action Another action Something else here Separated link Primary Action Another action Something else here Separated link Secondary Action Another action Something else here Separated link Success Action Another action Something else here Separated link Danger Action Another action Something else here Separated link Warning Action Another action Something else here Separated link Info Action Another action Something else here Separated link Button Group Button group components. Horizontal button group Left Middle Right Left Middle Right Left Middle Right Button toolbar 1 2 3 4 5 6 7 8 Vertical button group Button Button Button Button Button Button Button Button Button Button Button Button {% endblock content %} {% block javascripts %}{% endblock javascripts %}