Buttons
Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Outline buttons
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline.*
ones to remove all background images and colors on any button.
Sizes
Fancy larger or smaller buttons? Add .btn-lg
for additional larger size.
Or .btn-sm
for additional smaller size.
Create block level buttons—those that span the full width of a parent—by adding .btn-block
.
Active state
Make buttons look active by adding the active
boolean attribute or class to any btn
classed element.
Disabled state
Make buttons look inactive by adding the disabled
boolean attribute or class to any btn
classed element.
Button groups
Wrap a series of buttons with .btn in .btn-group. Add on optional JavaScript radio and checkbox style behavior with Bootstrap's buttons plugin.
.btn-group
.btn-group .btn-group-toggle
Split Buttons with Icon
Works with any button colors, just use the .btn-icon-split
class and
the markup in the examples below.