Réponse

btn-group-justified

Colonne
Explication

Exemple :

<div class="btn-group btn-group-justified">
<button class="btn btn-primary">Apple</button>
<button class="btn btn-primary">Samsung</button>
<button class="btn btn-primary">Sony</button>
</div>

Question

Justify the button group: make them span the entire width.

Thématique