UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

47 lines (34 loc) 1.47 kB
/** * > API documentation for the Community-JS Broadcast Message Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {MessageSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCBroadcastMessages-message-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCBroadcastMessages-message-skeleton-root|Styles applied to the root element.| |header|.SCBroadcastMessages-header|Styles applied to the header element.| |title|.SCBroadcastMessages-title|Styles applied to the title element.| |media|.SCBroadcastMessages-media|Styles applied to the media element.| |content|.SCBroadcastMessages-content|Styles applied to the content section.| * */ export declare function MessageSkeleton(props: any): JSX.Element; /** * > API documentation for the Community-JS Broadcast Messages Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx 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.| * */ export default function BroadcastMessagesSkeleton(props: any): JSX.Element;