ant-design/components/divider/demo/variant.md
Pinaki Raj 218e1cea3d
feat: adding variant props to divider (#49654)
The divider border style can be either solid, dashed or
dotted based on the variant props. The default value is
solid.

Signed-off-by: Pinaki Raj <pinakiraj15@gmail.com>
2024-07-01 23:17:48 +08:00

8 lines
235 B
Markdown

## zh-CN
分隔线默认为 `solid`(实线)变体。您可以将其更改为 `dashed`(虚线)或 `dotted`(点线)。
## en-US
Divider is of `solid` variant by default. You can change that to either `dashed` or `dotted`.