---
imports:
  - "../dist/doc-comments.js"
---

### doc-comments

The `<doc-comments>` element is used to display a container for multiple comments.

#### Example

```html
<doc-comments>
  <doc-comment text="This is a comment." author="Author 1"></doc-comment>
  <doc-comment text="This is another comment." author="Author 2"></doc-comment>
</doc-comments>
```

<doc-comments>
  <doc-comment text="This is a comment." author="Author 1"></doc-comment>
  <doc-comment text="This is another comment." author="Author 2"></doc-comment>
</doc-comments>
