Components
Loading preview...
A tiny hover-revealed reaction chip for messages that lets users toggle a single emoji reaction with smooth animations.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/reaction-chipimport { MessageWithReactions } from "@/components/ui/reaction-chip";
export default function DemoOne() {
return <MessageWithReactions text="This is a small message. Hover me to react!" />
}