mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
724 B
724 B
category | type | title | subtitle | cols |
---|---|---|---|---|
Components | Data Display | Comment | 评论 | 1 |
单一评论组件。
何时使用
评论组件可用于对事物的讨论,例如页面、博客文章、问题等等。
API
Property | Description | Type | Default |
---|---|---|---|
actions | 在评论内容下面呈现的操作项列表 | Array | - |
author | 要显示为注释作者的元素 | ReactNode | - |
avatar | 要显示为评论头像的元素 - 通常是antd Avatar |
ReactNode | - |
children | 嵌套注释应作为注释的子项提供 | ReactNode | - |
content | 评论的主要内容 | ReactNode | - |
datetime | 展示时间描述 | ReactNode | - |