Avatar
An image element with a fallback for representing the user.
RView example's code
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
<Avatar className="not-prose">
<AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>;