@selfcommunity/react-templates
Version:
React Templates Components to integrate a Community created with SelfCommunity.
22 lines (15 loc) • 572 B
TypeScript
/**
* > API documentation for the Community-JS Category Feed Skeleton Template. Learn about the available props and the CSS API.
#### Import
```jsx
import {CategoryFeedSkeleton} from '@selfcommunity/react-templates';
```
#### Component Name
The name `SCCategoryFeedTemplate-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCCategoryFeedTemplate-skeleton-root|Styles applied to the root element.|
*
*/
export default function CategoryFeedSkeleton(): JSX.Element;