User Image

Displays a user's avatar image or a fallback placeholder based on their handle.

With userHandle only

J

With userHandle and userImgUrl

johndoe
interface UserImageProps {
  userHandle: string;
  userImgUrl?: string;
}