Avatar
An image element with a fallback for representing the user.
An image element with a fallback for representing the user.
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";<Avatar>
<AvatarImage src="/avatars/krishna.png" alt="User avatar" />
<AvatarFallback>JD</AvatarFallback>
</Avatar>