Skip to main content

Module: BroadcastMessages

Interfaces

Functions

BroadcastMessages

BroadcastMessages(inProps): JSX.Element

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

This component handles message broadcasts. It initially displays unseen messages. If all messages have been viewed it will show at most one message. Take a look at our demo component here

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCBroadcastMessages-rootStyles applied to the root element.
boxLoadMore.SCBroadcastMessages-box-load-moreStyles applied to load more box.
avatarLoadMore.SCBroadcastMessages-avatar-load-moreStyles applied to load more avatar.
buttonLoadMore.SCBroadcastMessages-button-load-moreStyles applied to load more button.

Parameters

NameType
inPropsBroadcastMessagesProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/BroadcastMessages/BroadcastMessages.tsx:113


BroadcastMessagesSkeleton

BroadcastMessagesSkeleton(props): JSX.Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCBroadcastMessages-skeleton-rootStyles applied to the root element.

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/BroadcastMessages/Skeleton.tsx:108