Command Palette
Search for a command to run...
Avatar
An image element with a fallback for representing the user.
CN
Installation
npx shadcn@latest add avatarUsage
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"<Avatar><AvatarImage src="https://github.com/shadcn.png" /><AvatarFallback>CN</AvatarFallback></Avatar>