InlineComposerWidget
Interfaces
InlineComposerWidgetProps
Extends
Omit
<WidgetProps
,"defaultValue"
>
Indexable
[key
: string
]: any
[key
: number
]: any
Properties
Functions
InlineComposerWidget()
InlineComposerWidget(
inProps
):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 Name | Global class | Description |
---|---|---|
root | .SCInlineComposerWidget-root | Styles applied to the root element. |
content | .SCInlineComposerWidget-content | Styles applied to the content element. |
input | .SCInlineComposerWidget-input | Styles applied to the input element. |
avatar | .SCInlineComposerWidget-avatar | Styles applied to the avatar element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | InlineComposerWidgetProps |
Returns
Element
InlineComposerWidgetSkeleton()
InlineComposerWidgetSkeleton():
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 Name | Global class | Description |
---|---|---|
root | .SCInlineComposerWidget-skeleton-root | Styles applied to the root element. |
content | .SCInlineComposerWidget-content | Styles applied to the content element. |
input | .SCInlineComposerWidget-input | Styles applied to the input element. |
avatar | .SCInlineComposerWidget-avatar | Styles applied to the avatar element. |
Returns
Element