Skip to main content

Module: UserConnectionsRequestsSentWidget

Interfaces

Functions

UserConnectionsRequestsSentWidget

UserConnectionsRequestsSentWidget(inProps): JSX.Element

API documentation for the Community-JS User Connections Requests Widget component. Learn about the available props and the CSS API.

This component renders the list of connections requests sent of the authenticated user.

Import

import {UserConnectionsRequestsSentWidget} from '@selfcommunity/react-ui';

Component Name

The name SCUserConnectionsRequestsSentWidget can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCUserConnectionsRequestsSentWidget-rootStyles applied to the root element.
title.SCUserConnectionsRequestsSentWidget-titleStyles applied to the title element.
noResults.SCUserConnectionsRequestsSentWidget-no-resultsStyles applied to no results section.
connectionsItem.SCUserConnectionsRequestsSentWidget-connections-itemStyles applied to connection item element.
showMore.SCUserConnectionsRequestsSentWidget-show-moreStyles applied to show more button element.

Parameters

NameType
inPropsUserConnectionsRequestsSentWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/UserConnectionsRequestsSentWidget/UserConnectionsRequestsSentWidget.tsx:119


UserConnectionsRequestsSentWidgetSkeleton

UserConnectionsRequestsSentWidgetSkeleton(props): JSX.Element

API documentation for the Community-JS User Connections Requests Sent Widget Skeleton component. Learn about the available props and the CSS API.

Import

import {UserConnectionsRequestsSentSkeleton} from '@selfcommunity/react-ui';

Component Name

The name SCUserConnectionsRequestsSentWidget-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCUserConnectionsRequestsSentWidget-skeleton-rootStyles applied to the root element.

Parameters

NameType
propsWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/UserConnectionsRequestsSentWidget/Skeleton.tsx:36