Components
npx shadcn@latest add https://21st.dev/r/SubframeApp/avatar-2Loading preview...
// Avatar with circular image
import Component from "@/components/ui/avatar-2";
export default function AvatarWithImage() {
return (
<Component
image="https://res.cloudinary.com/dnkpdfdai/image/upload/v1653246547/photo-1494790108377-be9c29b29330_b4vlzj.avif"
/>
);
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...