CommentThread
Comment with user avatar, body text, timestamp, and reply action.
Example
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
user | string | — | Required | Author name |
userInitials | string | — | No | Avatar fallback |
userAvatarSrc | string | — | No | Avatar image |
timestamp | string | — | Required | Post time |
body | string | — | Required | Comment text |
replyLabel | string | — | No | Reply button text |
onReply | () => void | — | No | Reply handler |
This looks great! The token system is really well thought out.