ant-design/components/comment/index.en-US.md

25 lines
957 B
Markdown
Raw Normal View History

2018-10-22 21:20:28 +08:00
---
category: Components
type: Data Display
title: Comment
cols: 1
cover: https://gw.alipayobjects.com/zos/alicdn/ILhxpGzBO/Comment.svg
2018-10-22 21:20:28 +08:00
---
2018-11-02 23:38:52 +08:00
A comment displays user feedback and discussion to website content.
2018-10-22 21:20:28 +08:00
## When To Use
2018-11-02 23:38:52 +08:00
Comments can be used to enable discussions on an entity such as a page, blog post, issue or other.
2018-10-22 21:20:28 +08:00
## API
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| actions | List of action items rendered below the comment content | Array<ReactNode> | - | |
2020-10-09 10:08:52 +08:00
| author | The element to display as the comment author | ReactNode | - | |
| avatar | The element to display as the comment avatar - generally an antd Avatar or src | ReactNode | - | |
| children | Nested comments should be provided as children of the Comment | ReactNode | - | |
2020-10-09 10:08:52 +08:00
| content | The main content of the comment | ReactNode | - | |
| datetime | A datetime element containing the time to be displayed | ReactNode | - | |