Skip to main content

Module: ChangePicture

Interfaces

Functions

ChangePicture

ChangePicture(inProps): JSX.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 NameGlobal classDescription
root.SCChangePictureButton-rootStyles applied to the root element.
root.SCChangePictureButton-dialogStyles applied to the dialog element.

Parameters

NameType
inPropsChangePictureProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/ChangePicture/ChangePicture.tsx:75