Here is Avatar component
npx shadcn@latest add https://21st.dev/r/base-ui/avatar-1
Loading preview...
import ExampleAvatar from "@/components/ui/avatar-1"; export default function DemoOne() { return <ExampleAvatar />; }