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

25 lines
791 B
Markdown
Raw Normal View History

2018-10-22 21:20:28 +08:00
---
category: Components
2018-12-01 20:26:21 +08:00
type: 数据展示
title: Comment
2018-10-30 00:17:26 +08:00
subtitle: 评论
2018-10-22 21:20:28 +08:00
cols: 1
---
2018-11-02 23:38:52 +08:00
对网站内容的反馈、评价和讨论。
2018-10-22 21:20:28 +08:00
2018-10-30 00:17:26 +08:00
## 何时使用
2018-10-22 21:20:28 +08:00
2018-10-30 00:17:26 +08:00
评论组件可用于对事物的讨论,例如页面、博客文章、问题等等。
2018-10-22 21:20:28 +08:00
2018-10-30 00:17:26 +08:00
## API
2018-10-22 21:20:28 +08:00
| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
2018-10-22 22:28:58 +08:00
| actions | 在评论内容下面呈现的操作项列表 | Array<ReactNode> | - |
2018-11-02 16:47:01 +08:00
| author | 要显示为注释作者的元素 | string\|ReactNode | - |
2018-12-01 20:26:21 +08:00
| avatar | 要显示为评论头像的元素 - 通常是 antd `Avatar` 或者src | string\|ReactNode | - |
| children | 嵌套注释应作为注释的子项提供 | ReactNode | - |
2018-11-02 16:47:01 +08:00
| content | 评论的主要内容 | string\|ReactNode | - |
| datetime | 展示时间描述 | string\|ReactNode | - |