Comment

A card that renders a feed comment with its author, content, and actions, including threaded replies and deleted states.

Warning

_stories.tsx file for detailed usage examples.

Installation

import {
  Comment,
  CommentAdd,
} from "@o/pipeline/experimental/components/comment";

Usage

Content guidelines

  • Don’t show the “this message was deleted” treatment for individual or thread comments
  • Show the “this message was deleted” treatment when the comment contains a thread

Examples

Feed


  1. This message was deleted


  2. This message was deleted

Feed: readonly external

Matches current application behavior for external feeds