--- title: Buttons layout: component.html ---
Use the button classes on an <a>, <button>, or <input> element.
Extending on the button styles provided by Bootstrap, the following button types are available
Sometimes buttons need to stand out, or the opposite. Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.
Create block level buttons that spans the entire width of the parent container by adding .btn-block
Want a button to appear as hovered, or active? You can add .hover, or .active and make fake pseudo states.
Make buttons unclickable by adding a disabled attribute to <button> or .disabled to <a>.