Advertisement

Google Ad Slot: content-top

Bootstrap 5 Buttons

~1 min read · Bootstrap
On this page

Bootstrap 5 provides a variety of button styles and classes to create interactive buttons with different looks and behaviors.

Example
Try it yourself

Button Variants:

Bootstrap offers several predefined styles:

Example
Try it yourself

Button Sizes:

Bootstrap provides classes for different sizes:

Example
Try it yourself

Outline Buttons:

Use outline styles for buttons:

Example
Try it yourself

Disabled Buttons:

Disable a button using the disabled attribute or the .disabled class:

Example
Try it yourself

Loading Buttons:

Add a spinner for loading states:

Example
Try it yourself