@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 Event Header Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
import {EventHeaderSkeleton} from '@selfcommunity/react-ui';
```
#### Component Name
The name `SCEventHeader-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCEventHeader-skeleton-root|Styles applied to the root element.|
|avatar|.SCEventHeader-avatar|Styles applied to the avatar element.|
|cover|.SCEventHeader-cover|Styles applied to the cover element.|
|info|.SCEventHeader-info|Styles applied to the info info.|
*
*/
declare function EventHeaderSkeleton(): JSX.Element;
export default EventHeaderSkeleton;