11 lines
617 B
Markdown
11 lines
617 B
Markdown
## API
|
|
|
|
| Property | Description | Type | Default |
|
|
| -------- | ----------- | ---- | ------- |
|
|
| actions | List of action items rendered below the comment content | Array | slot | - |
|
|
| author | The element to display as the comment author | string\|slot | - |
|
|
| avatar | The element to display as the comment avatar - generally an antd `Avatar` or src | string\|slot | - |
|
|
| children | Nested comments should be provided as children of the Comment | slot | - |
|
|
| content | The main content of the comment | string\|slot | - |
|
|
| datetime | A datetime element containing the time to be displayed | string\|slot | - |
|