Loading preview...
Here is Avatars component
@float_ui
npx shadcn@latest add https://21st.dev/r/float_ui/avatars
import AvatarDemo from "@/components/ui/avatars"; export default function DemoOne() { return <AvatarDemo />; }