Avatar Pass Through

Pass Through documentation for avatar component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

P

Avatar PT Options#

Defines passthrough(pt) options of Avatar component.

labeltypedescription
rootAvatarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
fallbackAvatarPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the fallback's DOM element.
imageAvatarPassThroughType<HTMLAttributes<HTMLImageElement>>Used to pass attributes to the image's DOM element.

AvatarFallback PT Options#

Defines passthrough(pt) options of AvatarFallback component.

labeltypedescription
rootAvatarFallbackPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

AvatarImage PT Options#

Defines passthrough(pt) options of AvatarImage component.

labeltypedescription
rootAvatarImagePassThroughType<HTMLAttributes<HTMLImageElement>>Used to pass attributes to the root's DOM element.

AvatarGroup PT Options#

Defines passthrough(pt) options of AvatarGroup component.

labeltypedescription
rootAvatarGroupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.