Use the button classes on an <a>
, <button>
, or <input>
element.
Add .btn-rounded
to default button to get rounded corners.
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.
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-*-outline
.btn-rounded
ones to remove all background images and colors on any button.
Create buttons with minimum width by adding add .w-xs
, .w-sm
, .w-md
or .w-lg
.
Add .btn-lg
, .btn-sm
for additional sizes.
Use the button classes on an <a>
, <button>
, or <input>
element. And 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>
Use the button classes on an <a>
, <button>
, or <input>
element. And 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>
Icon only button.
Create block level buttons,with by adding add .btn-block
.
Use class .btn-@yoursocial
to the parent.
Use class .btn-@yoursocial
to the parent.
Wrap a series of buttons with .btn
in .btn-group
.
Do more with buttons. Control button states or create groups of buttons for more components like toolbars.