Skip to content

Divider 分割线

基本使用

使用默认插槽设置内容。

html
<wd-divider>这是分割线</wd-divider>

自定义颜色

设置 color 属性。

html
<wd-divider color="#4D80F0">自定义颜色</wd-divider>

Attributes

参数说明类型可选值默认值最低版本
color自定义颜色,所有颜色的写法string---

Slot

name说明最低版本
default内容-

外部样式类

类名说明最低版本
custom-class根节点样式-

Released under the MIT License.

Released under the MIT License.