Bootstrap Button Group link component is a Bootstrap framework that allows you to create a group of links that function like buttons. This component is useful when you want to provide a set of actions to the user that are represented by links, rather than traditional buttons.
It allows you to create a group of buttons with different styles. This component is useful when you want to provide a variety of options to the user, where each option may have a different action or meaning.
It allows you to create a group of buttons with an outlined style. This component is useful when you want to provide a visual differentiation between the selected and unselected buttons in a group.
Bootstrap Button Group Checkbox is a component in Bootstrap that allows you to create a group of buttons that function like checkboxes. This means that users can select multiple options from the group, and the selected options will be highlighted.
Bootstrap Button Group Radio is a component in the Bootstrap that allows you to create a group of radio buttons that function like buttons. This component is useful when you want to provide a set of mutually exclusive options to the user.
Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you’ll likely need some utilities though to space things properly.
Sample Code
<!doctype html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1"><linkhref="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"rel="stylesheet"><linkhref="https://getbootstrap.com/docs/5.2/assets/css/docs.css"rel="stylesheet"><title>Bootstrap Example</title><scriptsrc="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script></head><bodyclass="p-3 m-0 border-0 bd-example"><divclass="btn-toolbar mb-3"role="toolbar"aria-label="Toolbar with button groups"><divclass="btn-group me-2"role="group"aria-label="First group"><buttontype="button"class="btn btn-outline-secondary">1</button><buttontype="button"class="btn btn-outline-secondary">2</button><buttontype="button"class="btn btn-outline-secondary">3</button><buttontype="button"class="btn btn-outline-secondary">4</button></div><divclass="input-group"><divclass="input-group-text"id="btnGroupAddon">@</div><inputtype="text"class="form-control"placeholder="Input group example"aria-label="Input group example"aria-describedby="btnGroupAddon"></div></div><divclass="btn-toolbar justify-content-between"role="toolbar"aria-label="Toolbar with button groups"><divclass="btn-group"role="group"aria-label="First group"><buttontype="button"class="btn btn-outline-secondary">1</button><buttontype="button"class="btn btn-outline-secondary">2</button><buttontype="button"class="btn btn-outline-secondary">3</button><buttontype="button"class="btn btn-outline-secondary">4</button></div><divclass="input-group"><divclass="input-group-text"id="btnGroupAddon2">@</div><inputtype="text"class="form-control"placeholder="Input group example"aria-label="Input group example"aria-describedby="btnGroupAddon2"></div></div></body></html>
Output
Bootstrap Button Group 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.
.btn-group within another .btn-group when you want dropdown menus mixed with a series of buttons.
Sample Code
<!doctype html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1"><linkhref="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"rel="stylesheet"><linkhref="https://getbootstrap.com/docs/5.2/assets/css/docs.css"rel="stylesheet"><title>Bootstrap Example</title><scriptsrc="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script></head><bodyclass="p-3 m-0 border-0 bd-example"><divclass="btn-group"role="group"aria-label="Button group with nested dropdown"><buttontype="button"class="btn btn-primary">1</button><buttontype="button"class="btn btn-primary">2</button><divclass="btn-group"role="group"><buttontype="button"class="btn btn-primary dropdown-toggle"data-bs-toggle="dropdown"aria-expanded="false">
Dropdown
</button><ulclass="dropdown-menu"style=""><li><aclass="dropdown-item"href="#">Dropdown link</a></li><li><aclass="dropdown-item"href="#">Dropdown link</a></li></ul></div></div></body></html>
Output
Bootstrap Vertical Button Group
Bootstrap Vertical Button Group allows you to create a group of buttons stacked vertically. This component is useful when you want to display a set of related buttons in a vertical orientation.
Bootstrap Vertical Nesting Button Group is a component in the Bootstrap framework that allows you to create a nested group of button groups that are stacked vertically. This component is useful when you want to display a set of related options in a hierarchical order.
Bootstrap Vertical Radio Button Group is a component in the Bootstrap that allows you to create a group of radio buttons stacked vertically instead of horizontally. This component is useful when you want to display a set of options that require more space than the horizontal layout can provide.
Related Searches to Bootstrap Button Group - Bootstrap Tutorial
bootstrap button group full width bootstrap button color bootstrap button group spacing react bootstrapbutton group bootstrap 4 button group bootstrap button group toggle bootstrap button group radio bootstrap 5 button group bootstrap button group-toggle bootstrap button group fresco bootstrap button group hackerrank solution bootstrap button group lg sm xs bootstrap button group responsive