Components
Loading preview...
Avatar component that displays a name tooltip on hover with directional animations.
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/avatar-with-nameimport { Component } from "@/components/ui/avatar-with-name";
export default function DemoOne() {
return <Component src="https://github.com/shadcn.png"
name="shadcn"
direction="top" />;
}