Bootstrap 3

[basic] BS3 - Button Group (BS버튼그룹) ★

Button 클래스

 

아래 클래스는 <a>, <button> , <input> 태그에 사용 가능.

 

.btn-group  :  버튼그룹 생성 (= 버튼을 가로 한 줄로 묶기.)

.btn-group-justified  :  버튼그룹을 화면 전체 너비에 걸쳐 배분.

.btn-group-lg  :  큰 버튼그룹 (버튼 그룹의 모든 버튼을 크게-글꼴 크기 및 패딩 증가)

.btn-group-sm   :  작은 버튼 그룹 (버튼 그룹의 모든 버튼을 더 작게 만듦.)

.btn-group-xs  :  매우 작은 버튼 그룹 (버튼 그룹의 모든 버튼을 더 작게 만듦.)

.btn-group-vertical  :  버튼 그룹을 세로로 쌓기. 

 



Button Group 기본 (= 수평 = 가로나열)

 

<div class="btn-group">

  <button type="button" class="btn btn-primary">홈짱닷컴</button>

  <button type="button" class="btn btn-primary">Homzzang.com</button>

  <button type="button" class="btn btn-primary">홈페이지 제작관리</button>

</div>

 

결과보기

 

Button Group 크기 (= 대형/소형)

 

<div class="btn-group btn-group-lg"> 

  <button type="button" class="btn btn-primary">홈짱닷컴</button>

  <button type="button" class="btn btn-primary">Homzzang.com</button>

  <button type="button" class="btn btn-primary">홈페이지 제작관리</button>

</div>

<div class="btn-group btn-group-sm"> 

  <button type="button" class="btn btn-primary">홈짱닷컴</button>

  <button type="button" class="btn btn-primary">Homzzang.com</button>

  <button type="button" class="btn btn-primary">홈페이지 제작관리</button>

</div>

 

결과보기

 

Button Group 수직 (= 세로나열)

 

<div class="btn-group-vertical"> 

  <button type="button" class="btn btn-primary">홈짱닷컴</button>

  <button type="button" class="btn btn-primary">Homzzang.com</button>

  <button type="button" class="btn btn-primary">홈페이지 제작관리</button>

</div>

 

결과보기


Button Group 전체너비 균등배분

 

<a> 태그 경우

 

<div class="btn-group btn-group-justified">

  <a href="#" class="btn btn-primary">HTML</a>

  <a href="#" class="btn btn-primary">CSS</a>

  <a href="#" class="btn btn-primary">JS</a>

</div>

 

결과보기


 

<button> 태그 경우, .btn-group 클래스 갖은 div로 button 태그 감싸줘야 함.

 

<div class="btn-group btn-group-justified">

    <div class="btn-group">

        <button type="button" class="btn btn-primary">HTML</button>

    </div>

    <div class="btn-group">

        <button type="button" class="btn btn-primary">CSS</button>

    </div>

    <div class="btn-group">

        <button type="button" class="btn btn-primary">JS</button>

    </div>

</div>

 

결과보기


Button Group 드롭다운 (= 중첩버튼그룹)

 

<div class="btn-group">

    <button type="button" class="btn btn-primary">HTML</button>

    <button type="button" class="btn btn-primary">CSS</button>

    <div class="btn-group">

        <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">

    BS<span class="caret"></span></button>

        <ul class="dropdown-menu" role="menu">

            <li><a href="#">BS3</a></li>

            <li><a href="#">BS4</a></li>

        </ul>

    </div>

</div>

 

결과보기


Button Group 스플릿버튼드롭다운 (= 드룹다운분리버튼)

 

 

<div class="btn-group">

    <button type="button" class="btn btn-primary">BS</button>

    <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">

        <span class="caret"></span>

    </button>

    <ul class="dropdown-menu" role="menu">

        <li><a href="#">BS3</a></li>

        <li><a href="#">BS4</a></li>

    </ul>

</div>

 

결과보기

※ 드롭다운버튼과 유사하나, 핑크색 부분에서 차이.


 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
basic BS3 - HOME (소개) - BS3 vs BS4 차이 (= BS차이)
basic BS3 - Start (시작) ★ - BS다운 / BSCDN / BS구문
basic BS3 - Grid (그리드) ★★★ - (BS3그리드 vs BS4그리드)
basic BS3 - Text/Typography(BS글자 = BS텍스트) (= BS4글자 vs BS3글자) BS글자색
basic BS3 - Table (BS테이블) - 테이블테두리 + 테이블배경색 + 반응형테이블
basic BS3 - Image (BS이미지) - 반응형이미지 + 반응형동영상 + 이미지정렬
basic BS3 - Jumbotron/page-header (BS점보트론 / BS페이지헤더) - 큰글씨, 글자키우기
basic BS3 - Well (BS웰 = BS회색상자) ★ - BS회색배경상자 (= BS회색박스 = BS웰클래스)
basic BS3 - Alert (BS경고 = BS얼럿 = BS경보) - 배경색 + 글자색 + 링크색 + 닫기 + 애니…
basic BS3 - Button (BS버튼) ★ - 버튼색깔 + 버튼크기 + 버튼활성화 + 버튼비활성화
basic BS3 - Button Group (BS버튼그룹) ★
basic BS3 - Icon (아이콘) - Glyphicon/Font Awesome/Google Material De…
basic BS3 - Progress Bar (BS진행바 = BS진행상태표시 = BS진도바 = BS프로그레스바) - I…
basic BS3 - Pagination (BS페이징 = BS페이지번호 = BS페이징 = BS패지네이션) + Bread…
basic BS3 - Pager (BS페이저) - 이전페이지/다음페이지 (= 앞으로가기/뒤로가기)
1/4
목록
 홈  PC버전 로그인 일본어
웹디자인언어
서버관리언어
고급코딩언어
그누보드
제작의뢰
Q&A 1
커뮤니티 3
웹유틸
회원센터
홈짱 PC버전 로그인