ChangeGroupPicture
Interfaces
ChangeGroupPictureProps
Indexable
[p: string]: any
Any other properties
Properties
Functions
ChangeGroupPicture()
ChangeGroupPicture(
inProps):Element
API documentation for the Community-JS Change Group Picture component. Learn about the available props and the CSS API.
This component renders a button that allows admins to manage their group pictures. Take a look at our demo component here
Import
import {ChangeGroupPicture} from '@selfcommunity/react-ui';
Component Name
The name SCChangeGroupPictureButton can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCChangeGroupPictureButton-root | Styles applied to the root element. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | ChangeGroupPictureProps | 
Returns
Element