Buttons
Default Buttons
Use the button classes on an <a>, <button>, or <input>element.
Default Rounded Button
Add .btn-roundedto default button to get rounded corners.
Outline Buttons
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-*-outlineones to remove all background images and colors on any button.
Outline Rounded Button
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-*-outline.btn-roundedones to remove all background images and colors on any button.
Button-Width
Create buttons with minimum width by adding add .w-xs, .w-sm, .w-mdor .w-lg.
Button-Sizes
Add .btn-lg, .btn-smfor additional sizes.
Button Labels
Use the button classes on an <a>, <button>, or <input>element. And put <span> with class .btn-labeland any iconinside it. If you want to put icon on right side then add class .btn-label-rightin <span>
Button Labels Rounded
Use the button classes on an <a>, <button>, or <input>element. And put <span> with class .btn-labeland any iconinside it. If you want to put icon on right side then add class .btn-label-rightin <span>
Icon Button
Icon only button.
Block Button
Create block level buttons,with by adding add .btn-block.
Social Buttons with label
Use class .btn-@yoursocialto the parent.
Social buttons
Use class .btn-@yoursocialto the parent.
Button group
Wrap a series of buttons with .btnin .btn-group.
Button plugin
Do more with buttons. Control button states or create groups of buttons for more components like toolbars.