## Divider 分割線
區隔內容的分割線。
對不同章節的文本段落進行分割。
對行內文字/鏈接進行分割,例如表格的操作列。

### 代碼示例
```html
<div>
Steven Paul Jobs was an American entrepreneur and business magnate. He was the chairman, chief executive officer, and a co-founder of Apple Inc.
<cvu-divider margin="10px 0"></cvu-divider>
Steven Paul Jobs was an American entrepreneur and business magnate. He was the chairman, chief executive officer, and a co-founder of Apple Inc.
</div>
```
標題位置

- 標題位于左側
```html
<cvu-divider orientation="left">Left Text</cvu-divider>
```
- 標題位于中間(默認)
```html
<cvu-divider orientation="center">Center Text</cvu-divider>
```
- 標題位于右側
```html
<cvu-divider orientation="right">Right Text</cvu-divider>
```
垂直分割線

>[info] `type`設置為`vertical`
```html
<cvu-divider type="vertical" />
```
### props
| 屬性 | 說明 | 類型 | 默認值 |
| --- | --- | --- | --- |
| type | 水平還是垂直類型,可選值為 horizontal 或 vertical | String | horizontal |
| orientation | 分割線標題的位置,可選值為 left、right 或 center | String | center |
| dashed | 是否虛線 | Boolean | false |
| plain | 文字是否顯示為普通正文樣式 | Boolean | false |
| size | 尺寸,可選值為 small 或 default | String | default |
| margin | 間距 | String | 0px |
- 介紹
- 安裝
- 快速上手
- 組件
- 基礎
- 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 播放器