Use the button classes on an <a>
, <button>
, or <input>
element.
Add .btn-rounded
to default button to get rounded corners.
Use the button classes on an <a>
, <button>
, or <input>
element.
Add .btn-rounded
to default button to get rounded corners.
Put <span>
with class .btn-label
and any icon
inside it. If you want to
put icon on right side then add class .btn-label-right
in <span>
Add .btn-rounded
to default button to get rounded corners.
Create buttons with minimum width by adding add .width-xs
, .width-sm
, .width-md
, .width-lg
or .width-xl
.
Add .btn-lg
, .btn-sm
, or .btn-xs
for additional sizes.
Add the disabled
attribute to <button>
buttons.
Icon only button.
Create block level buttons,with by adding add .btn-block
.
Wrap a series of buttons with .btn
in .btn-group
.