@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
26 lines (19 loc) • 772 B
TypeScript
/**
* > API documentation for the Community-JS Group Header Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
import {GroupHeaderSkeleton} from '@selfcommunity/react-ui';
```
#### Component Name
The name `SCGroupHeader-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCGroupHeader-skeleton-root|Styles applied to the root element.|
|avatar|.SCGroupHeader-avatar|Styles applied to the avatar element.|
|cover|.SCGroupHeader-cover|Styles applied to the cover element.|
|info|.SCGroupHeader-info|Styles applied to the info info.|
*
*/
declare function GroupHeaderSkeleton(): JSX.Element;
export default GroupHeaderSkeleton;