GroupInfoWidget
Interfaces
GroupInfoWidgetProps
Extends
VirtualScrollerItemProps
Indexable
[p
: string
]: any
Other props
Properties
Functions
GroupInfoWidget()
GroupInfoWidget(
inProps
):Element
API documentation for the Community-JS Group Info Widget component. Learn about the available props and the CSS API.
This component renders a widget containing the group info. Take a look at our demo component here
Import
import {GroupInfoWidget} from '@selfcommunity/react-ui';
Component Name
The name SCGroupInfoWidget
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCGroupInfoWidget-root | Styles applied to the root element. |
title | .SCGroupInfoWidget-title | Styles applied to the title element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | GroupInfoWidgetProps |
Returns
Element
GroupInfoWidgetSkeleton()
GroupInfoWidgetSkeleton():
Element
API documentation for the Community-JS Group Info Widget Skeleton component. Learn about the available props and the CSS API.
Import
import {PlatformWidgetSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCPlatformWidget-skeleton-root
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCPlatformWidget-skeleton-root | Styles applied to the root element. |
Returns
Element