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