A tiny hover-revealed reaction chip for messages that lets users toggle a single emoji reaction with smooth animations.
import { MessageWithReactions } from "@/components/ui/reaction-chip"; export default function DemoOne() { return <MessageWithReactions text="This is a small message. Hover me to react!" /> }