Avatar component that displays a name tooltip on hover with directional animations.
import { Component } from "@/components/ui/avatar-with-name"; export default function DemoOne() { return <Component src="https://github.com/shadcn.png" name="shadcn" direction="top" />; }
Part of UI TripleD — browse the full library on 21st.dev.