Skip to main content

Module: IncubatorListWidget

Interfaces

Functions

IncubatorListWidget

IncubatorListWidget(inProps): JSX.Element

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

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCIncubatorListWidget-rootStyles applied to the root element.
header.SCIncubatorListWidget-headerStyles applied to the header element.
title.SCIncubatorListWidget-titleStyles applied to the title element.
noResults.SCIncubatorListWidget-no-resultsStyles applied to the no results section.
showMore.SCIncubatorListWidget-show-moreStyles applied to the show more button element.
actions.SCIncubatorListWidget-actionsStyles applied to the actions section.
helpPopover.SCIncubatorListWidget-help-popoverStyles applied to the help popover element.
dialogRoot.SCIncubatorListWidget-dialog-rootStyles applied to the root dialog element.
endMessage.SCIncubatorListWidget-end-messageStyles applied to the end message element.
createDialog.SCIncubatorListWidget-create-dialogStyles applied to the create dialog element.

Parameters

NameType
inPropsIncubatorListWidgetProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/IncubatorListWidget/IncubatorListWidget.tsx:127


IncubatorListWidgetSkeleton

IncubatorListWidgetSkeleton(props): JSX.Element

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

Import

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

Component Name

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

CSS

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

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

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