--- title: Buttons layout: component.html ---

Buttons

Use the button classes on an <a>, <button>, or <input> element.

Button types

Extending on the button styles provided by Bootstrap, the following button types are available

Button sizes

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

Button states

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>.