테스트 사이트 - 개발 중인 베타 버전입니다

버튼 그룹

· 8년 전 · 1872
5.PNG
버튼 그룹
부트 스트랩을 사용하면 단추 그룹에 일련의 단추를 한 줄에 함께 그룹화 할 수 있습니다.

사과삼성소니
<div>클래스 .btn-group가 있는 요소 를 사용하여 버튼 그룹을 만듭니다.


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


팁 : 그룹의 모든 버튼에 버튼 크기를 적용하는 대신 클래스 .btn-group-lg|sm|xs를 사용 하여 그룹의 모든 버튼 크기를 조절할 수 있습니다.


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

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
1386
1385
AngularJS 주형
1384
AngularJS 컨트롤러
1383
1382
1381
1380
1379
1378
1377
1376
1375
1374
1373
1372
1371
1370
AngularJS AngularJS API
1369
AngularJS 검증 예제
1368
1367
AngularJS CSS 클래스
1366
1365
AngularJS 이메일
1364
1363
AngularJS 선택 상자
1362
1361
AngularJS 체크 박스
1360
1359
AngularJS $event 객체
1358
1357