Skip to main content

Module: UserFollowedCategoriesWidget

Interfaces

Functions

UserFollowedCategoriesWidget

UserFollowedCategoriesWidget(inProps): JSX.Element

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

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

Import

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

Component Name

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

CSS

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

Parameters

NameType
inPropsUserFollowedCategoriesWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/UserFollowedCategoriesWidget/UserFollowedCategoriesWidget.tsx:107


UserFollowedCategoriesWidgetSkeleton

UserFollowedCategoriesWidgetSkeleton(props): JSX.Element

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

Import

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

Component Name

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

CSS

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

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/UserFollowedCategoriesWidget/Skeleton.tsx:35