Use the button classes on an <a>
, <button>
, or <input>
element.
Add .btn-rounded
to get rounded corners.
Replace the default modifier classes with the .btn-outline-*
ones to remove all background images and colors on any button.
Use .b-a-width-*
to change button's border width.
Add the disabled
attribute.
Create block level buttons by adding .btn-block
.
Buttons with icons
Create buttons with minimum width by adding .w-min-xs
, .w-min-sm
, .w-min-md
or .w-min-lg
.
Add .btn-lg
or .btn-sm
for additional sizes.
Wrap a series of buttons with .btn
in .btn-group
.
Add <span>
with class .btn-label
and any icon inside it.
Use class .btn-circle
Use class .btn-square
Do more with buttons. Control button states or create groups of buttons for more components like toolbars.
Use class .btn-@yoursocial