@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
25 lines (18 loc) • 815 B
TypeScript
/**
* > API documentation for the Community-JS Inline Composer Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
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.|
*
*/
export default function InlineComposerWidgetSkeleton(): JSX.Element;