Comment
Displays a user comment with author avatar, name, timestamp, and content.
Single Comment
A standalone comment with avatar, author, and timestamp.
J
Juste A.2 hours ago
This is a great feature! Looking forward to the next release.
Conversation Thread
Multiple comments forming a discussion thread.
J
3 hours ago
Just deployed the new update. Everything looks good so far.
C
2 hours ago
All tests are passing. The migration completed successfully.
A
1 hour ago
Can we add dark mode support to this component?
Product Review
Customer reviews and feedback for a product listing.
S
1 day ago
Excellent quality! The build feels premium and it works flawlessly.
M
3 days ago
Good value for the price. Shipping was fast too.
In Card Context
Comments embedded inside a Card component for a discussion panel.
Discussion
J
5 min ago
Looks ready for review.
C
Just now
Approved! Ship it.
Code Review
Inline code review comments on a pull request.
A
4 hours ago
Can we extract this into a helper function?
J
3 hours ago
Good point. I refactored it into utils.rs.
A
2 hours ago
Looks clean now. Approved!
Support Thread
Customer support conversation with timestamps.
C
Yesterday
I cannot log in to my account after the update.
S
Yesterday
Please try clearing your browser cache and cookies.
C
Today
That fixed it, thanks!
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
author | text | "" | Author display name |
time | text | "" | Timestamp or relative time string |
avatar | text | "" | Avatar initial letter or image URL |
children | content | - | Comment text content |