Skip to main content

Module: InlineComposerWidget

Interfaces

Functions

InlineComposerWidget

InlineComposerWidget(inProps): JSX.Element

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

This component renders This component renders the section used for feed objects creation Take a look at our demo component here

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCInlineComposerWidget-rootStyles applied to the root element.
content.SCInlineComposerWidget-contentStyles applied to the content element.
input.SCInlineComposerWidget-inputStyles applied to the input element.
avatar.SCInlineComposerWidget-avatarStyles applied to the avatar element.

Parameters

NameType
inPropsInlineComposerWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/InlineComposerWidget/InlineComposerWidget.tsx:90


InlineComposerWidgetSkeleton

InlineComposerWidgetSkeleton(): JSX.Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCInlineComposerWidget-skeleton-rootStyles applied to the root element.
content.SCInlineComposerWidget-contentStyles applied to the content element.
input.SCInlineComposerWidget-inputStyles applied to the input element.
avatar.SCInlineComposerWidget-avatarStyles applied to the avatar element.

Returns

JSX.Element

Defined in

packages/react-ui/src/components/InlineComposerWidget/Skeleton.tsx:43