ant-design/components/divider/index.zh-CN.md
Tom Xu d44f404eae
docs: sort api (#27251)
* chore: improve sort api table scripts

* sort api

* add ignore

* Revert "sort api"

This reverts commit 343505d5f0.

* sort api

* Update package.json

* sort api

* Delete sort-api.js

* sort api

* sort api

* sort api

* fix

* Update index.zh-CN.md

* fix input-number

* fix input-number

* sort func

* fix

* Method moved to the end

* carousel method
2020-10-21 10:33:43 +08:00

804 B

category type title subtitle cover
Components 布局 Divider 分割线 https://gw.alipayobjects.com/zos/alicdn/5swjECahe/Divider.svg

区隔内容的分割线。

何时使用

  • 对不同章节的文本段落进行分割。
  • 对行内文字/链接进行分割,例如表格的操作列。

API

参数 说明 类型 默认值 版本
className 分割线样式类 string -
dashed 是否虚线 boolean false
orientation 分割线标题的位置 left | right | center center
plain 文字是否显示为普通正文样式 boolean false 4.2.0
style 分割线样式对象 CSSProperties -
type 水平还是垂直类型 horizontal | vertical horizontal