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