User Image
Displays a user's avatar image or a fallback placeholder based on their handle.
With userHandle only
J
With userHandle and userImgUrl
interface UserImageProps {
userHandle: string;
userImgUrl?: string;
}User Image
Displays a user's avatar image or a fallback placeholder based on their handle.
With userHandle only
With userHandle and userImgUrl
interface UserImageProps {
userHandle: string;
userImgUrl?: string;
}