import { Avatar, AvatarFallback } from "@/components/ui/avatar";
export const title = "Avatar with Placeholder Initials";
const Example = () => (
<Avatar>
<AvatarFallback>HB</AvatarFallback>
</Avatar>
);
export default Example;
npx shadcn@latest add @shadcnblocks/avatar-avatar-standard-2import { AvatarAvatarStandard2 } from "@/components/avatar-avatar-standard-2"<AvatarAvatarStandard2 />