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

버튼 그룹

· 8년 전 · 1874
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

댓글 작성

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

로그인하기

게시글 목록

번호 제목
1326
1325
1324
1323
1322
1321
1320
1319
1318
1317
1316
1315
1314
1313
1312
1311
1310
1309
1308
1307
1306
1305
1304
1303
jQuery Mobile pageshow 이벤트
1302
1301
1300
jQuery Mobile pageload 이벤트
1299
jQuery Mobile pageinit 이벤트
1298
jQuery Mobile pagehide 이벤트
1297
jQuery Mobile pagecreate