Skip to main content

NotificationsCard.profile-avatar-notification-app

Components

ProfileAvatarNotificationApp()

ProfileAvatarNotificationApp(props): ReactNode

NOTE: Exotic components are not callable.

Parameters

ParameterType
propsProfileAvatarNotificationAppProps & RefAttributes<HTMLDivElement>

Returns

ReactNode

Source

libs/design-system-components/src/components/NotificationsCard/profile-avatar-notification-app.tsx:26

Interfaces

ProfileAvatarNotificationAppProps

Properties

PropertyType
active?boolean
avatar?ProfileImageVersions
bold?boolean
customStyle?string
info?string | ReactElement<any, string | JSXElementConstructor<any>>
label?string | ReactElement<any, string | JSXElementConstructor<any>>
onClick?MouseEventHandler<HTMLButtonElement>
onClickAvatar?() => void
onMouseEnter?MouseEventHandler<HTMLButtonElement>
onMouseLeave?MouseEventHandler<HTMLButtonElement>
profileIdstring
size?AvatarSize
transformSource(src: Image) => Image