Components
Animated message circle icon with dots that ripple, pulse, or jump on hover, view, or tap for chat and conversation UIs.
Loading preview...
import { MessageCircleMore } from '@/components/ui/message-circle-more';
export default function MessageCircleMoreIconDemo() {
return (
<div className="flex items-center justify-center p-10">
<MessageCircleMore animateOnHover size={40} />
</div>
);
}