Button

Default buttons

Bootstrap includes six predefined button styles, each serving its own semantic purpose.

Rounded buttons

Use class .btn-rounded for button round border.

Outline buttons

Replace the default modifier classes with the .btn-outline-* ones to remove all background images and colors on any button.

Outline rounded buttons

Replace the default modifier classes with the .btn-outline-* & .btn-rounded ones to remove all background images and colors on any button.

Soft background rounded buttons

Add .btn-soft-* class with .btn-* color button for a Soft background buttons.

Soft background buttons

Add .btn-soft-* class with .btn-* & .btn-rounded color button for a Soft background & rounded buttons.

Buttons Sizes

Add .btn-lg or .btn-sm for additional sizes.

Buttons width

Add .w-xs, .w-sm, .w-md and .w-lg class for additional buttons width.

Icon buttons

Icon in button.

Buttons with icon

Add icon in button.

Button tags

The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements (though some browsers may apply a slightly different rendering).

Link

Toggle states

Add data-toggle="button" to toggle a button’s active state. If you’re pre-toggling a button, you must manually add the .active class and aria-pressed="true" to the <button>.

Block Buttons

Create block level buttons—those that span the full width of a parent—by adding .btn-block.

Checkbox & Radio Buttons

Bootstrap’s .button styles can be applied to other elements, such as <label>s, to provide checkbox or radio style button toggling. Add data-toggle="buttons" to a .btn-group containing those modified buttons to enable toggling in their respective styles.

Button group

Wrap a series of buttons with .btn in .btn-group.

Button toolbar

Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more.

Sizing

Instead of applying button sizing classes to every button in a group, just add .btn-group-* to each .btn-group, including each one when nesting multiple groups.



Vertical variation

Make a set of buttons appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.

© Drezon.
Crafted with by Themesbrand