Bootstrap Buttons
Overview
Bootstrap provides rich button styles and functionality, including different colors, sizes, states, and types. Buttons are one of the most important interactive elements in user interfaces.
Basic Buttons
Use the .btn class to create basic buttons, combined with color classes to define button styles:
Outline Buttons
Use .btn-outline-* classes to create outline buttons:
Button Sizes
Large and Small Buttons
Block-level Buttons
Create buttons that span the full width of the parent element:
Button States
Active State
Disabled State
Button Tags
Button classes can be used on multiple HTML elements: