UNPKG

@selfcommunity/react-ui

Version:

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

25 lines (18 loc) 857 B
/** * > API documentation for the Community-JS PrivateMessageSnippets Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {PrivateMessageSnippetsSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCPrivateMessageSnippets-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCPrivateMessageSnippets-skeleton-root|Styles applied to the root element.| |searchBar|.SCPrivateMessageSnippets-search-bar|Styles applied to the search bar element.| |button|.SCPrivateMessageSnippets-button|Styles applied to the button element.| |list|.SCPrivateMessageSnippets-list|Styles applied to the list element.| * */ export default function PrivateMessageSnippetsSkeleton(props: any): JSX.Element;