UNPKG

@selfcommunity/react-ui

Version:

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

22 lines (15 loc) 644 B
/** * > API documentation for the Community-JS User Profile Categories Followed Widget Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {UserSubscribedGroupsWidgetSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCUserCategoriesFollowedWidget-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCUserSubscribedGroupsWidget-skeleton-root|Styles applied to the root element.| * */ export default function UserSubscribedGroupsWidgetSkeleton(props: any): JSX.Element;