import { Avatar } from "@/components/ui/avatar"
export default function AvatarShapeDemo() {
return (
<div className="flex items-end gap-4">
<Avatar src="/images/avatar/slash.jpg" />
<Avatar src="https://intentui.com/images/avatar/cobain.jpg" isSquare />
</div>
)
}
npx shadcn@latest add @intentui/avatar-shape-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.