Skip to main content

Module: CommentObjectReply

Interfaces

Functions

CommentObjectReply

CommentObjectReply(inProps): JSX.Element

API documentation for the Community-JS Comment Object Reply component. Learn about the available props and the CSS API.

Import

import {CommentObjectReply} from '@selfcommunity/react-ui';

Component Name

The name CommentObjectReply can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.CommentObjectReply-rootStyles applied to the root element.
comment.SCCommentObjectReply-commentStyles applied to comment element.
hasValue.SCCommentObjectReply-has-valueStyles applied to the comment element when editor is not empty.
avatar.SCCommentObjectReply-avatarStyles applied to the avatar element.
actions.SCCommentObjectReply-actionsStyles applied to the actions section.
buttonReply.SCCommentObjectReply-button-replyStyles applied to reply button element.
buttonSave.SCCommentObjectReply-button-saveStyles applied to save button element.
buttonCancel.SCCommentObjectReply-button-cancelStyles applied to the cancel button element.

Parameters

NameType
inPropsCommentObjectReplyProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/CommentObjectReply/CommentObjectReply.tsx:110