Skip to main content

Module: UserFollowedUsersWidget

Interfaces

Functions

UserFollowedUsersWidget

UserFollowedUsersWidget(inProps): JSX.Element

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

This component renders the list of the users that the given user follows. Take a look at our demo component here

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCUserFollowedUsersWidget-rootStyles applied to the root element.
title.SCUserFollowedUsersWidget-titleStyles applied to the title element.
noResults.SCUserFollowedUsersWidget-no-resultsStyles applied to no results section.
showMore.SCUserFollowedUsersWidget-show-moreStyles applied to show more button element.
dialogRoot.SCUserFollowedUsersWidget-dialog-rootStyles applied to the dialog root element.
endMessage.SCUserFollowedUsersWidget-end-messageStyles applied to the end message element.

Parameters

NameType
inPropsUserFollowedUsersWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/UserFollowedUsersWidget/UserFollowedUsersWidget.tsx:127


UserFollowedUsersWidgetSkeleton

UserFollowedUsersWidgetSkeleton(props): JSX.Element

API documentation for the Community-JS Users Followed Widget Skeleton component. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

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

Parameters

NameType
propsWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/UserFollowedUsersWidget/Skeleton.tsx:37