Answer: There is btn-group-vertical to arrange and group them in vertical manner.
Example of Vertical Button Groups
<div class="btn-group-vertical">
<button type="button" class="btn btn-primary">Home</button>
<button type="button" class="btn btn-primary">Settings</button>
<button type="button" class="btn btn-info">Contact us</button>
<button type="button" class="btn btn-danger">Testimonials</button>
</div>
Asked In: While Learning |
Alert Moderator