Components
Loading preview...
A visually interactive avatar group with hover effects and tooltips, allowing users to easily view and highlight avatars with smooth animations.
npx shadcn@latest add https://21st.dev/r/ozantekin/avatar-group-with-tooltipimport { AvatarGroupWithTooltips } from "@/components/ui/avatar-group-with-tooltip";
export function AvatarGroupWithTooltipsDemo() {
return <AvatarGroupWithTooltips />
}