Skip to main content

Module: Skeleton

Functions

AvatarGroupSkeleton

AvatarGroupSkeleton(props): 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 NameGlobal classDescription
root.SCAvatarGroupSkeleton-rootStyles applied to the root element.

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/Skeleton/AvatarGroupSkeleton.tsx:38


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 NameGlobal classDescription
root.SCGenericSkeleton-rootStyles applied to the root element.
list.SCGenericSkeleton-listStyles applied to the list element.

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/Skeleton/GenericSkeleton.tsx:36