Avatar Pass Through

Pass Through documentation for avatar component

Viewer#

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

Loading...

AvatarRoot PT Options#

Defines passthrough(pt) options of AvatarRoot component.

labeltypedescription
rootAvatarRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
fallbackAvatarRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the fallback's DOM element.
imageAvatarRootPassThroughType<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.