UNPKG

@selfcommunity/react-ui

Version:

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

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