Type Alias: AvatarProps
AvatarProps:
object
Avatar component props.
Type declaration
Name | Type | Description |
---|---|---|
alt | string | Alternate attribute text |
backgroundColor | string | Background color name or code |
initials | string | Optional and/or fallback initials to display with the avatar |
onClick | () => void | Custom onClick handler |
size | number | Size in pixels |
src | string | Path or URL to image file |
Defined in
packages/react-material-ui/src/components/Avatar/Avatar.tsx:9 (opens in a new tab)