API Reference
Rockets React API
react-material-ui
type-aliases
AvatarProps

Type Alias: AvatarProps

AvatarProps: object

Avatar component props.

Type declaration

NameTypeDescription
altstringAlternate attribute text
backgroundColorstringBackground color name or code
initialsstringOptional and/or fallback initials to display with the avatar
onClick() => voidCustom onClick handler
sizenumberSize in pixels
srcstringPath or URL to image file

Defined in

packages/react-material-ui/src/components/Avatar/Avatar.tsx:9 (opens in a new tab)