Avatar.avatar-image
Components
AvatarImage()
AvatarImage(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | AvatarImageProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-core/src/components/Avatar/avatar-image.tsx:11
Props
AvatarImageProps
AvatarImageProps:
object
Type declaration
Member | Type |
---|---|
alt | string |
faded | boolean |
fallbackUrl | string |
url | string |
Source
libs/design-system-core/src/components/Avatar/avatar-image.tsx:4