## ButtonGroup 按鈕組
多個按鈕組合使用

### 代碼示例
基礎用法
```html
<cvu-button-group>
<cvu-button>首頁</cvu-button>
<cvu-button>上一頁</cvu-button>
<cvu-button>下一頁</cvu-button>
<cvu-button>尾頁</cvu-button>
</cvu-button-group>
```
圓角按鈕組合

```html
<cvu-button-group shape="circle">
<cvu-button type="primary" icon="md-build"></cvu-button>
<cvu-button type="primary" icon="md-cloud-download"></cvu-button>
<cvu-button type="primary" icon="md-trash"></cvu-button>
<cvu-button type="primary" icon="md-close"></cvu-button>
</cvu-button-group>
```
按鈕組縱向排列

```html
<cvu-button-group vertical>
<cvu-button icon="logo-facebook"></cvu-button>
<cvu-button icon="logo-twitter"></cvu-button>
<cvu-button icon="logo-googleplus"></cvu-button>
<cvu-button icon="logo-tumblr"></cvu-button>
</cvu-button-group>
```
### props
| 屬性 | 說明 | 類型 | 默認值 |
| --- | --- | --- | --- |
| size | 按鈕組合大小,可選值為`large`、`small`、`default`或者不設置 | String | default |
| shape | 按鈕組合形狀,可選值為`circle`或者不設置 | String | \- |
| vertical | 是否縱向排列按鈕組 | Boolean | false |
### slots
| 名稱 | 說明 |
| --- | --- |
| 無 | 插入按鈕 |
- 介紹
- 安裝
- 快速上手
- 組件
- 基礎
- Button 按鈕
- ButtonGroup 按鈕組
- 布局
- Card 卡片
- Col 列
- Collapse 折疊面板
- Divider 分割線
- Empty 空數據
- Row 行
- 導航
- Paginator 分頁
- PaginatorMini 分頁
- Tab 標簽頁
- 表單
- Cascader 級聯選擇
- PasswordStrength 密碼強度
- Print 局部打印
- Table 表格
- Upload 文件上傳
- 視圖
- Calendar 日歷
- Drawer 抽屜
- Loading 加載
- Message 全局提示
- Modal 對話框
- Notification 通知菜單
- Poptip 氣泡提示
- Preview 圖片預覽
- PreviewPdf pdf文件預覽
- Tooltip 文字提示
- Tree 樹形控件
- 方法
- Copy 復制到剪貼板
- DescNotice 桌面消息通知
- Html2Pdf 導出pdf
- Storage 定時存儲
- 其他
- BackTop 返回頂部
- NumberScroll 數字動畫
- NumberZero 數字前補零
- Spin 局部加載
- Tcplayer 播放器