Skip to main content

CreateGroupButton

Interfaces

CreateGroupButtonProps

Extends

  • ButtonProps

Extended by

Indexable

[p: string]: any

Properties

PropertyTypeDescriptionOverrides
GroupFormProps?GroupFormPropsProps to spread to CreateGroup component

Default
empty object
-
className?stringOverrides or extends the styles applied to the component.

Default
null
ButtonProps.className

Functions

CreateGroupButton()

CreateGroupButton(inProps): JSX.Element

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

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsCreateGroupButtonProps

Returns

JSX.Element

Source

packages/react-ui/src/components/CreateGroupButton/CreateGroupButton.tsx:61