ant-design/components/comment/index.zh-CN.md
偏右 882cec62d6
docs: 🌈 Add Components overview page (#24491)
* docs: Add components overview page

* fix detail

* remove ContributorsList form overview page

* fix components url

* improve code style

* remove extra file

* fix detail

* fix lint

* fix lint

* docs: Finish components overview page

* fix lint

* docs: Update cover

* fix lint

* update cover

* update menu

* improve overview page

* refactor code

* fix order

* update title

* add components count

* fix overview page ssr bug

* move less file

* update title margin

Co-authored-by: arvinxx <arvinx@foxmail.com>
2020-05-31 11:48:34 +08:00

873 B

category type title subtitle cols cover
Components 数据展示 Comment 评论 1 https://gw.alipayobjects.com/zos/alicdn/uNYjrKkPv/Comment.svg

对网站内容的反馈、评价和讨论。

何时使用

评论组件可用于对事物的讨论,例如页面、博客文章、问题等等。

API

参数 说明 类型 默认值 版本
actions 在评论内容下面呈现的操作项列表 Array -
author 要显示为注释作者的元素 string|ReactNode -
avatar 要显示为评论头像的元素 - 通常是 antd Avatar 或者 src string|ReactNode -
children 嵌套注释应作为注释的子项提供 ReactNode -
content 评论的主要内容 string|ReactNode -
datetime 展示时间描述 string|ReactNode -