import { Avatar } from "@/components/ui/avatar"
export default function AvatarBasicDemo() {
return <Avatar src="/images/avatar/slash.jpg" alt="..." />
}
npx shadcn@latest add @intentui/avatar-basic-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.