Imagine ArtImagine Art

Displays comment threads with author info, timestamps, and a reply input box.

Layout & Structure

Import

import { Comment, CommentBox, CommentThread } from "@/components/ui"

API

PropTypeDefaultDescription
authorstringComment author name.
avatarReactNodeAuthor avatar element.
contentstringComment body text.
timestampstringTime of the comment.
resolvedbooleanDims and strikes through the comment.
actionsReactNodeAction buttons (reply, edit, etc.).

Examples