Bootstrap 布局组件 互动版

基本的按钮组


下面的实例演示了上面表格中讨论到的 class .btn-group 的使用:

<div class="btn-group" role="group" aria-label="...">
      <button type="button" class="btn btn-default">Left</button>
      <button type="button" class="btn btn-default">Middle</button>
      <button type="button" class="btn btn-default">Right</button>
</div>