Interface IIgrAvatarProps

Hierarchy

Hierarchy

  • IIgrAvatarProps

Properties

alt?: string

Alternative text for the image.

children?: ReactNode
className?: string
id?: string
initials?: string

Initials to use as a fallback when no image is available.

shape?: string | AvatarShape

The shape of the avatar.

size?: string | SizableComponentSize
src?: string

The image source to use.

style?: CSSProperties