BroadcastMessages
Interfaces
BroadcastMessagesProps
Extends
VirtualScrollerItemProps
Indexable
[p
: string
]: any
Any other properties
Properties
Functions
BroadcastMessages()
BroadcastMessages(
inProps
):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 Name | Global class | Description |
---|---|---|
root | .SCBroadcastMessages-root | Styles applied to the root element. |
boxLoadMore | .SCBroadcastMessages-box-load-more | Styles applied to load more box. |
avatarLoadMore | .SCBroadcastMessages-avatar-load-more | Styles applied to load more avatar. |
buttonLoadMore | .SCBroadcastMessages-button-load-more | Styles applied to load more button. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | BroadcastMessagesProps |
Returns
Element
BroadcastMessagesSkeleton()
BroadcastMessagesSkeleton(
props
):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 Name | Global class | Description |
---|---|---|
root | .SCBroadcastMessages-skeleton-root | Styles applied to the root element. |
Parameters
Parameter | Type |
---|---|
props | any |
Returns
Element