Skip to main content

CreateLiveStreamButton

Interfaces

CreateLiveStreamButtonProps

Extends

  • ButtonProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverrides
className?stringOverrides or extends the styles applied to the component. Default nullButtonProps.className
CreateLiveStreamDialogComponentProps?CreateLiveStreamDialogPropsProps to spread to CreateGroup component Default empty object-

Functions

CreateLiveStreamButton()

CreateLiveStreamButton(inProps): Element

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

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsCreateLiveStreamButtonProps

Returns

Element