Pass Through documentation for avatar component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Avatar component.
| label | type | description |
|---|---|---|
| root | AvatarPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| fallback | AvatarPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the fallback's DOM element. |
| image | AvatarPassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the image's DOM element. |
Defines passthrough(pt) options of AvatarFallback component.
| label | type | description |
|---|---|---|
| root | AvatarFallbackPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of AvatarImage component.
| label | type | description |
|---|---|---|
| root | AvatarImagePassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of AvatarGroup component.
| label | type | description |
|---|---|---|
| root | AvatarGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |