Skip to main content

GroupSettingsIconButton

Interfaces

GroupSettingsIconButtonProps

Extends

  • IconButtonProps

Indexable

[p: string]: any

Properties

PropertyTypeDescriptionOverrides
className?stringOverrides or extends the styles applied to the component.

Default
null
IconButtonProps.className
groupSCGroupTypeThe group obj-
onRemoveSuccess?() => voidHandles callback on delete success-
userSCUserTypeThe user-

Functions

GroupSettingsIconButton()

GroupSettingsIconButton(inProps): JSX.Element

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

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsGroupSettingsIconButtonProps

Returns

JSX.Element

Source

packages/react-ui/src/components/GroupSettingsIconButton/GroupSettingsIconButton.tsx:86