Skip to main content

Module: IncubatorSuggestionWidget

Interfaces

Functions

IncubatorSuggestionSkeleton

IncubatorSuggestionSkeleton(props): JSX.Element

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

Import

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

Component Name

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

CSS

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

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

packages/react-ui/src/components/IncubatorSuggestionWidget/Skeleton.tsx:40


IncubatorSuggestionWidget

IncubatorSuggestionWidget(inProps): JSX.Element

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

This component renders a list of suggested incubators. Take a look at our demo component here

Import

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

Component Name

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

CSS

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

Parameters

NameType
inPropsIncubatorSuggestionWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/IncubatorSuggestionWidget/IncubatorSuggestionWidget.tsx:107