Bootstrap은 다양한 스타일의 버튼을 제공합니다.
출처: W3Schools.com - Bootstrap Button Groups
.btn-group
클래스와 <div>
요소를 함께 사용하여 버튼 그룹을 만듭니다.
The .btn-group class creates a button group:
Tip:
그룹의 모든 버튼에 버튼 크기를 적용하는 대신에, .btn-group-lg | sm | xs
를 사용하여 그룹의 모든 버튼 크기를 조정합니다:
Add class .btn-group-* to size all buttons in a button group.
Bootstrap은 수직 버튼 그룹도 지원합니다:
출처: W3Schools.com - Bootstrap Button Groups
.btn-group-vertical
클래스를 사용하여 수직 버튼 그룹을 만듭니다.
Use the .btn-group-vertical class to create a vertical button group:
To span the entire width of the screen, use the .btn-group-justified class:
Note:<button>
요소의 경우 .btn-group
클래스에서 각 버튼을 감싸야 합니다.
Nest button groups to create drop down menus:
Nest button groups to create drop down menus: