Skip to main content

Module: PrivateMessageThreadItem

Interfaces

Functions

PrivateMessageThreadItem

PrivateMessageThreadItem(inProps): JSX.Element

API documentation for the Community-JS PrivateMessageItem component. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCPrivateMessageThreadItem-rootStyles applied to the root element.
text.SCPrivateMessageThreadItem-textStyles applied to the message text element.
img.SCPrivateMessageThreadItem-imgStyles applied to the img element.
document.SCPrivateMessageThreadItem-documentStyles applied to the message file element.
video.SCPrivateMessageThreadItem-videoStyles applied to the message video element.
other.SCPrivateMessageThreadItem-otherStyles applied to other media type element.
messageTime.SCPrivateMessageThreadItem-message-timeStyles applied to the thread message time element.
menuItem.SCPrivateMessageThreadItem-menu-itemStyles applied to the thread message menu item element.
dialogRoot.SCPrivateMessageThreadItem-dialog-rootStyles applied to dialog root element.

Parameters

NameType
inPropsPrivateMessageThreadItemProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/PrivateMessageThreadItem/PrivateMessageThreadItem.tsx:115


PrivateMessageThreadItemSkeleton

PrivateMessageThreadItemSkeleton(props): JSX.Element

API documentation for the Community-JS PrivateMessageThreadItem Skeleton component. Learn about the available props and the CSS API.

Import

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

Component Name

The name SCPrivateMessageThreadItem-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCPrivateMessageThreadItem-skeleton-rootStyles applied to the root element.
list.SCPrivateMessageThreadItem-listStyles applied to the list element.

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/PrivateMessageThreadItem/Skeleton.tsx:40