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 picker with customizable category navigation and behavior.
Create a React component named CustomEmojiPicker that renders an emoji picker with the following customizations:
The emoji picker should display only specific categories in a custom order:
All other emoji categories should be hidden from the picker.
Override the default category names with custom labels:
When a user clicks on an emoji, log the selected emoji character and its category name to the console.
Export the CustomEmojiPicker component as the default export from src/CustomEmojiPicker.tsx.
@generates
import React from 'react';
/**
* A customizable emoji picker component with category navigation controls
*/
export default function CustomEmojiPicker(): JSX.Element;Provides emoji picker functionality with category navigation support.
@satisfied-by
Provides the React framework for building the component.
@satisfied-by