Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.. Read the Official Bootstrap Documentation for a full list of instructions and other options.
Bootstrap includes several predefined button styles, each serving its own semantic purpose, with a few extras thrown in for more control.
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-*
ones to remove all background images and colors on any button.
Button can have additional sizes like larger or smaller buttons.
Create block level buttons—those that span the full width of a parent.
Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active and also by adding active class.
Make buttons look inactive by adding the disabled boolean attribute to any button element.
Make rounded corner buttons by adding a class modifier from Bootstrap utilities class .rounded-pill
Make icon buttons by adding only icon and add class modifier using .btn-icon
Group a series of buttons together on a single line or stack them in a vertical column.
Combine button-like checkbox and radio toggle buttons into a seamless looking button group.
Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more.