UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

24 lines (17 loc) 620 B
/** * > API documentation for the Community-JS Generic Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {GenericSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCGenericSkeleton` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCGenericSkeleton-root|Styles applied to the root element.| |list|.SCGenericSkeleton-list|Styles applied to the list element.| * */ declare function GenericSkeleton(props: any): JSX.Element; export default GenericSkeleton;