Skip to content

Divider 分隔线

区隔内容的分隔线

何时使用

对不同段落的文本进行分隔。

Divider基本用法

Divider参数

参数类型默认说明
colorstring--设置分隔线的颜色
directionDirectionTypehorizontal设置分隔线方向
border-styleBorderStyleTypesolid设置分隔符样式
content-positionContentPositionTypecenter设置分隔线文案的位置
content-colorstring--设置分隔线文案的颜色
content-background-colorstring--设置分隔线文案的背景颜色

Divider类型定义

DirectionType

ts
export type DirectionType = 'horizontal' | 'vertical'

BorderStyleType

ts
export type BorderStyleType = 'dashed' | 'solid'

ContentPositionType

ts
export type ContentPositionType = 'left' | 'right' | 'center'

Released under the MIT License.