Skip to main content

AvatarImage

@arolariu/components


@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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<AvatarImage src="/profile.png" alt="Profile" />

See

Base UI Documentation

Type Aliases

// was this page useful?