ProfileImage

Display a profile picture. Supports images (URLs), icons (FontAwesome, Phosphor patterns), and initials.

Installation

import { ProfileImage } from 'uxp/components';

Signature

const ProfileImage: React.FunctionComponent<IProfileImageProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

image

string | IconProp

No

-

-

name

string

No

-

-

bgColor

string

No

-

-

textColor

string

No

-

-

className

string

No

-

-

style

React.CSSProperties

No

-

-

size

No

-

-

shape

No

-

-

skipAcronym

boolean

No

-

-

borderColor

string

No

-

-

borderWidth

string

No

-

-

Last updated