PrivateMessageSnippetItem
Interfaces
PrivateMessageSnippetItemProps
Indexable
[p: string]: any
Any other properties
Properties
Functions
PrivateMessageSnippetItem()
PrivateMessageSnippetItem(
inProps):Element
API documentation for the Community-JS PrivateMessageSnippetItem component. Learn about the available props and the CSS API.
Import
import {PrivateMessageSnippetItem} from '@selfcommunity/react-ui';
Component Name
The name SCPrivateMessageSnippetItem can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCPrivateMessageSnippetItem-root | Styles applied to the root element. | 
| username | .SCPrivateMessageSnippetItem-username | Styles applied to the username element. | 
| badgeLabel | .SCPrivateMessageSnippetItem-badgeLabel | Styles applied to the badgeLabel element. | 
| time | .SCPrivateMessageSnippetItem-time | Styles applied to the time element. | 
| menuItem | .SCPrivateMessageSnippetItem-menu-item | Styles applied to the menu item element. | 
| unread | .SCPrivateMessageSnippetItem-unread | Styles applied to snippet item if there's an unread message. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | PrivateMessageSnippetItemProps | 
Returns
Element
PrivateMessageSnippetItemSkeleton()
PrivateMessageSnippetItemSkeleton(
props):Element
API documentation for the Community-JS PrivateMessageSnippetItem Skeleton component. Learn about the available props and the CSS API.
Import
import {PrivateMessageSnippetItemSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCPrivateMessageSnippetItem-skeleton-root can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCPrivateMessageSnippetItem-skeleton-root | Styles applied to the root element. | 
| list | .SCPrivateMessageSnippetItem-list | Styles applied to the list element. | 
Parameters
| Parameter | Type | 
|---|---|
| props | any | 
Returns
Element