tessl install tessl/npm-emoji-picker-react@4.13.0Emoji Picker component for React Applications on the web
Agent Success
Agent success rate when using this tile
74%
Improvement
Agent success rate improvement when using this tile compared to baseline
1x
Baseline
Agent success rate without this tile
74%
Build a React component that displays an emoji reaction button with a dropdown emoji picker. The button should show the currently selected emoji and allow users to toggle the picker visibility to choose a different emoji.
The component should implement the following behavior:
Create a file src/EmojiReactionButton.tsx that exports a React component named EmojiReactionButton.
The component should:
@generates
export function EmojiReactionButton(): JSX.Element;Core React library for building the component.
Provides the emoji picker interface with open/close control.