ant-design/components/comment/index.en-US.md
Arvin Xu dda650cc7b
docs: Update components cover (#24744)
* docs: Update components cover

#24629

* docs: Update components cover
2020-06-05 13:50:09 +08:00

988 B

category type title cols cover
Components Data Display Comment 1 https://gw.alipayobjects.com/zos/alicdn/ILhxpGzBO/Comment.svg

A comment displays user feedback and discussion to website content.

When To Use

Comments can be used to enable discussions on an entity such as a page, blog post, issue or other.

API

Property Description Type Default Version
actions List of action items rendered below the comment content Array -
author The element to display as the comment author string|ReactNode -
avatar The element to display as the comment avatar - generally an antd Avatar or src string|ReactNode -
children Nested comments should be provided as children of the Comment ReactNode -
content The main content of the comment string|ReactNode -
datetime A datetime element containing the time to be displayed string|ReactNode -