ant-design/components/divider/index.zh-CN.md

24 lines
613 B
Markdown
Raw Normal View History

---
category: Components
type: Other
title: Divider
subtitle: 分割线
---
区隔内容的分割线。
## 何时使用
- 对不同章节的文本段落进行分割。
- 对行内文字/链接进行分割,例如表格的操作列。
## API
2017-10-25 10:27:38 +08:00
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
2018-06-24 17:09:18 +08:00
| className | 分割线样式类 | string | - |
2018-05-23 22:36:06 +08:00
| dashed | 是否虚线 | boolean | false |
2018-04-03 14:25:47 +08:00
| orientation | 分割线标题的位置 | enum: `left` `right` | `center` |
2018-05-23 22:36:06 +08:00
| style | 分割线样式对象 | object | - |
2018-06-24 17:09:18 +08:00
| type | 水平还是垂直类型 | enum: `horizontal` `vertical` | `horizontal` |