+1 vote
in Bootstrap by
What is a Button Group, and what is the class for a basic Button Group?

1 Answer

0 votes
by
Multiple buttons can be placed together on a single line using button groups. You can use this to group objects together, such as alignment buttons.

The .btn-group class is used for basic button groups. You can use the class .btn to wrap a set of buttons in .btn-group.

Related questions

+1 vote
asked Jun 1, 2020 in Bootstrap by SakshiSharma
0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma
...