GroupSettingsIconButton
Interfaces
GroupSettingsIconButtonProps
Extends
IconButtonProps
Indexable
[p
: string
]: any
Properties
Property | Type | Description | Overrides |
---|---|---|---|
className? | string | Overrides or extends the styles applied to the component. Default null | IconButtonProps.className |
group | SCGroupType | The group obj | - |
onRemoveSuccess? | () => void | Handles callback on delete success | - |
user | SCUserType | The 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 Name | Global class | Description |
---|---|---|
root | .SCGroupSettingsIconButton-root | Styles applied to the root element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | GroupSettingsIconButtonProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/GroupSettingsIconButton/GroupSettingsIconButton.tsx:86