Buttons

Default Buttons

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

Outlined Buttons

Use the .btn-outline-*classes to create bordered buttons.

Rounded Buttons

Add roundedto buttons to get large rounded corners.

Rounded Outlined Buttons

Use the .btn-outline-*and .btn-roundedclasses together to quickly create bordered buttons with large rounded corners.

Button Sizes

Add .btn-lgor .btn-smclasses for additional button sizes.

Button Icons

Add icons to any button or even use Icon-only buttons.


Button Block

Create block level buttons,by adding add .btn-block.

Button Group

Create a group of buttons by wrapping with .btn-group.




Disabled Buttons

Add the disabledattribute to disable buttons.