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