Buttons
Buttons color, size and typesCircle icon
Use a classes btn btn-light btn-circle
to quickly create a Rounded btn.
Button dropdown
Turn a button into a dropdown toggle with some basic markup changes.
Split button dropdown
Turn a button into a dropdown toggle with some basic markup changes.
Animate icon buttons
Use the .fa-spin
class to get any icon to rotate, and use .fa-pulse
to have it rotate
with 8 steps.
Basic example
Wrap a series of buttons with .btn
in .btn-group
.
Button toolbar
Combine sets of <div class="btn-group">
into a <div class="btn-toolbar">
for more complex components.
Sizing
Instead of applying button sizing classes to every button in a group, just add .btn-group-*
to each .btn-group
, including when nesting multiple groups.
Vertical variation
Make a set of buttons appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.