Skeleton
Functions
AvatarGroupSkeleton()
AvatarGroupSkeleton(
inProps):Element
API documentation for the Community-JS Avatar Group Skeleton component. Learn about the available props and the CSS API.
Import
import {AvatarGroupSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCAvatarGroupSkeleton can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCAvatarGroupSkeleton-root | Styles applied to the root element. |
Parameters
| Parameter | Type |
|---|---|
inProps | any |
Returns
Element
GenericSkeleton()
GenericSkeleton(
props):Element
API documentation for the Community-JS Generic Skeleton component. Learn about the available props and the CSS API.
Import
import {GenericSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCGenericSkeleton can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCGenericSkeleton-root | Styles applied to the root element. |
| list | .SCGenericSkeleton-list | Styles applied to the list element. |
Parameters
| Parameter | Type |
|---|---|
props | any |
Returns
Element