mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
fb0b4f0fc9
* docs: add api first appearance * docs: fix auto-complete doc * docs: replace Version Added with Version * docs: date picker common method * docs: date picker common method * docs: tree * docs: remove meaningless 3.0.0
922 B
922 B
category | type | title | subtitle |
---|---|---|---|
Components | 其他 | Divider | 分割线 |
区隔内容的分割线。
何时使用
- 对不同章节的文本段落进行分割。
- 对行内文字/链接进行分割,例如表格的操作列。
API
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
className | 分割线样式类 | string | - | 3.5.4 |
dashed | 是否虚线 | boolean | false | |
orientation | 分割线标题的位置 | enum: left right |
center |
3.4.1 |
style | 分割线样式对象 | object | - | 3.5.4 |
type | 水平还是垂直类型 | enum: horizontal vertical |
horizontal |