Skip to main content

Module: CategoryTrendingUsersWidget

Interfaces

Functions

CategoryTrendingPeopleWidgetSkeleton

CategoryTrendingPeopleWidgetSkeleton(props): JSX.Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCCategoryTrendingPeopleWidget-skeleton-rootStyles applied to the root element.
list.SCCategoryTrendingPeopleWidget-listStyles applied to the list element.

Parameters

NameType
propsWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/CategoryTrendingUsersWidget/Skeleton.tsx:39


CategoryTrendingUsersWidget

CategoryTrendingUsersWidget(inProps): JSX.Element

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

This component renders a specific category's trending people list. Take a look at our demo component here

Import

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

Component Name

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

CSS

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

Parameters

NameType
inPropsCategoryTrendingUsersWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/CategoryTrendingUsersWidget/CategoryTrendingUsersWidget.tsx:124