You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
647 B
29 lines
647 B
2 years ago
|
# hd-divider
|
||
|
|
||
|
Divider 分割线
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-divider:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|textColor|文本颜色|`String`|`false`|-|
|
||
|
|borderColor|分割线颜色|`String`|`false`|-|
|
||
|
|fontSize|文本字体大小|`String`|`false`|-|
|
||
|
|hairline|是否为细线|`Boolean`|`false`|默认值是:`false`|
|
||
|
|dashed|是否为虚线|`Boolean`|`false`|默认值是:`false`|
|
||
|
|
||
|
<!-- @vuese:hd-divider:props:end -->
|
||
|
|
||
|
|
||
|
## Slots
|
||
|
|
||
|
<!-- @vuese:hd-divider:slots:start -->
|
||
|
|Name|Description|Default Slot Content|
|
||
|
|---|---|---|
|
||
|
|default|分割线中间自定义内容|-|
|
||
|
|
||
|
<!-- @vuese:hd-divider:slots:end -->
|
||
|
|
||
|
|