AvatarImage
@arolariu/components / AvatarImage
AvatarImage
Renders the primary avatar image inside the avatar root.
Remarks
- Renders an
<img>element by default - Built on Base UI Avatar
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<AvatarImage src="/profile.png" alt="Profile" />
See
Type Aliases
// was this page useful?