A reusable avatar component
npx shadcn@latest add https://21st.dev/r/avanishverma4/avatar
Loading preview...
import Component from "@/components/ui/avatar"; export default function AvatarComponent() { return <Component />; }