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