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