Skip to main content

IncubatorSubscribeButton

Interfaces

IncubatorSubscribeButtonProps

Indexable

[p: string]: any

Others properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
incubator?SCIncubatorTypeIncubator Default null
incubatorId?numberId of the incubator Default null
onSubscribe?(incubator, subscribed) => anyonSubscribe callback

Functions

IncubatorSubscribeButton()

IncubatorSubscribeButton(inProps): Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCIncubatorSubscribeButton-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsIncubatorSubscribeButtonProps

Returns

Element