Skip to main content

EditGroupButton

Interfaces

EditGroupButtonProps

Extends

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionInherited from
className?stringOverrides or extends the styles applied to the component. Default nullCreateGroupButtonProps.className
group?SCGroupTypeGroup Object Default null-
GroupFormProps?GroupFormPropsProps to spread to CreateGroup component Default empty objectCreateGroupButtonProps.GroupFormProps
groupId?string | numberId of the group Default null-
onEditSuccess?(data) => voidOn edit success callback function Default null-

Functions

EditGroupButton()

EditGroupButton(inProps): 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 SCEditGroupButton can be used when providing style overrides in the theme.

CSS

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

Parameters

ParameterTypeDescription
inPropsEditGroupButtonProps

Returns

Element