Skeleton
Functions
AvatarGroupSkeleton()
AvatarGroupSkeleton(
inProps
):JSX.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
JSX.Element
Source
packages/react-ui/src/components/Skeleton/AvatarGroupSkeleton.tsx:55
GenericSkeleton()
GenericSkeleton(
props
):JSX.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
JSX.Element
Source
packages/react-ui/src/components/Skeleton/GenericSkeleton.tsx:36