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.
| label | type | description |
|---|---|---|
| root | AvatarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| fallback | AvatarRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the fallback's DOM element. |
| image | AvatarRootPassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the image's DOM element. |
AvatarFallback PT Options#
Defines passthrough(pt) options of AvatarFallback component.
| label | type | description |
|---|---|---|
| root | AvatarFallbackPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
AvatarImage PT Options#
Defines passthrough(pt) options of AvatarImage component.
| label | type | description |
|---|---|---|
| root | AvatarImagePassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the root's DOM element. |
AvatarGroup PT Options#
Defines passthrough(pt) options of AvatarGroup component.
| label | type | description |
|---|---|---|
| root | AvatarGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |