Skip to main content

Module: PlatformWidget

Interfaces

Functions

PlatformWidget

PlatformWidget(inProps): JSX.Element

API documentation for the Community-JS PlatformWidget component. Learn about the available props and the CSS API.

This component renders a widget containing the links that allow users and moderators to handle their application content. Take a look at our demo component here

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCPlatformWidget-rootStyles applied to the root element.
title.SCPlatformWidget-titleStyles applied to the title element.

Parameters

NameType
inPropsPlatformWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/PlatformWidget/PlatformWidget.tsx:71


PlatformWidgetSkeleton

PlatformWidgetSkeleton(): JSX.Element

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

Import

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

Component Name

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

CSS

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

Returns

JSX.Element

Defined in

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