mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
3b59a03c00
* Add Divider * use Divider in table demos * update demo instruction * upgrade snapshots
20 lines
388 B
Markdown
20 lines
388 B
Markdown
---
|
|
category: Components
|
|
type: Other
|
|
title: Divider
|
|
subtitle: 分割线
|
|
---
|
|
|
|
区隔内容的分割线。
|
|
|
|
## 何时使用
|
|
|
|
- 对不同章节的文本段落进行分割。
|
|
- 对行内文字/链接进行分割,例如表格的操作列。
|
|
|
|
## API
|
|
|
|
参数 | 说明 | 类型 | 默认值
|
|
----|-----|------|------
|
|
type | 水平还是垂直类型 | enum: `horizontal` `vertical` | `horizontal`
|