Reaction Picker

Rounded emoji picker with six quick reactions and a trailing plus for the full emoji palette.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Chat21 } from "@/components/beste/piece/chat21";

<Chat21
  emojis={[
    "👍",
    "❤️",
    "😂",
    "🎉",
    "🔥",
    "😮"
  ]}
/>